Html Css Color HEX #CDB223 Galliano

📋 copy color: '#CDB223'

red 205 ◦ green 178 ◦ blue 35

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

Shades of Galliano #CDB223

Tints of Galliano #CDB223

RGB

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

 GREEN value IS 178 (69.92% from 255) = 42.58%

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

R = 49.04%
G = 42.58%
B = 8.37%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.83

 K value IS 0.20

RGB Variations

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

Color information

#CDB223 (or 0xCDB223) is known color: Galliano. HEX triplet: CD, B2 and 23. RGB value is (205,178,35). Sum of RGB (Red+Green+Blue) = 205+178+35=418 (55% of max value = 765). Red value is 205 (80.47% from 255 or 49.04% from 418); Green value is 178 (69.92% from 255 or 42.58% from 418); Blue value is 35 (14.06% from 255 or 8.37% from 418); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB223 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDB223 is #324DDC. Grayscale: #AAAAAA. Windows color (decimal): -3296733 or 2339533. OLE color: 2339533.

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

Color convert

RGB 205 178 35 -
CMYK 0 0.13 0.83 0.20
HSL 50.47º 0.71% 0.47% -
HSV(B) 50.47º 0.83% 0.8% -
XYZ 41.4 44.94 8.08 -
YUV 169.77 51.95 153.13 -
System Red Green Blue C M Y K H S L
Decimal 205 178 35 0 0.13 0.83 0.20 50.47 0.71 0.47
Hex CD B2 23 0 D 53 14 32 47 2F
Octal 315 262 43 0 15 123 24 62 107 57
Binary 11001101 10110010 100011 0 1101 1010011 10100 110010 1000111 101111

Color Harmonies of #CDB223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB223

Black with #CDB223

Text Example


Text Example

White with #CDB223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB223; }

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

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

background-color css

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

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

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

border-color css

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

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

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