Html Css Color HEX #CDB023 Galliano

📋 copy color: '#CDB023'

red 205 ◦ green 176 ◦ blue 35

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

Shades of Galliano #CDB023

Tints of Galliano #CDB023

RGB

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

 GREEN value IS 176 (69.14% from 255) = 42.31%

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

R = 49.28%
G = 42.31%
B = 8.41%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.83

 K value IS 0.20

RGB Variations

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

Color information

#CDB023 (or 0xCDB023) is known color: Galliano. HEX triplet: CD, B0 and 23. RGB value is (205,176,35). Sum of RGB (Red+Green+Blue) = 205+176+35=416 (55% of max value = 765). Red value is 205 (80.47% from 255 or 49.28% from 416); Green value is 176 (69.14% from 255 or 42.31% from 416); Blue value is 35 (14.06% from 255 or 8.41% from 416); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB023 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDB023 is #324FDC. Grayscale: #A9A9A9. Windows color (decimal): -3297245 or 2339021. OLE color: 2339021.

HSL color Cylindrical-coordinate representation of color #CDB023: hue angle of 49.76º 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 #CDB023 is Cyan = 0, Magento = 0.14, Yellow = 0.83 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 176 35 -
CMYK 0 0.14 0.83 0.20
HSL 49.76º 0.71% 0.47% -
HSV(B) 49.76º 0.83% 0.8% -
XYZ 41.01 44.15 7.95 -
YUV 168.6 52.61 153.96 -
System Red Green Blue C M Y K H S L
Decimal 205 176 35 0 0.14 0.83 0.20 49.76 0.71 0.47
Hex CD B0 23 0 E 53 14 32 47 2F
Octal 315 260 43 0 16 123 24 62 107 57
Binary 11001101 10110000 100011 0 1110 1010011 10100 110010 1000111 101111

Color Harmonies of #CDB023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB023

Black with #CDB023

Text Example


Text Example

White with #CDB023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB023; }

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

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

background-color css

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

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

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

border-color css

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

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

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