Html Css Color HEX #CDA023 Galliano

📋 copy color: '#CDA023'

red 205 ◦ green 160 ◦ blue 35

#CDA023
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Galliano #CDA023

Tints of Galliano #CDA023

RGB

 RED value IS 205 (80.47% from 255) = 51.25%

 GREEN value IS 160 (62.89% from 255) = 40%

 BLUE value IS 35 (14.06% from 255) = 8.75%

R = 51.25%
G = 40%
B = 8.75%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.83

 K value IS 0.20

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CDA023 (or 0xCDA023) is known color: Galliano. HEX triplet: CD, A0 and 23. RGB value is (205,160,35). Sum of RGB (Red+Green+Blue) = 205+160+35=400 (52% of max value = 765). Red value is 205 (80.47% from 255 or 51.25% from 400); Green value is 160 (62.89% from 255 or 40% from 400); Blue value is 35 (14.06% from 255 or 8.75% from 400); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA023 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDA023 is #325FDC. Grayscale: #9F9F9F. Windows color (decimal): -3301341 or 2334925. OLE color: 2334925.

HSL color Cylindrical-coordinate representation of color #CDA023: hue angle of 44.12º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CDA023 is Cyan = 0, Magento = 0.22, Yellow = 0.83 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 160 35 -
CMYK 0 0.22 0.83 0.20
HSL 44.12º 0.71% 0.47% -
HSV(B) 44.12º 0.83% 0.8% -
XYZ 38.05 38.24 6.97 -
YUV 159.21 57.91 160.66 -
System Red Green Blue C M Y K H S L
Decimal 205 160 35 0 0.22 0.83 0.20 44.12 0.71 0.47
Hex CD A0 23 0 16 53 14 2C 47 2F
Octal 315 240 43 0 26 123 24 54 107 57
Binary 11001101 10100000 100011 0 10110 1010011 10100 101100 1000111 101111

Color Harmonies of #CDA023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA023

Black with #CDA023

Text Example


Text Example

White with #CDA023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA023; }

 p { color: rgb(205,160,35); }

 H1.HeaderClassName
 {
   color: #CDA023;
 }
 .AnyTagClassName
 {
   color: #CDA023;
 }
</style>

background-color css

<style>
 a { background-color: #CDA023; }

 a { background-color: rgb(205,160,35); }

 div.DivClassName
 {
   background-color: #CDA023;
 }
 .BgClassName
 {
   background-color: #CDA023;
 }
</style>

border-color css

<style>
 span { border-color: #CDA023; }

 span { border-color: rgb(205,160,35); }

 td.TdClassName
 {
   border-color: #CDA023;
 }
 .TagClassName
 {
   border-color: #CDA023;
 }
</style>