Html Css Color HEX #CDB01C Galliano

📋 copy color: '#CDB01C'

red 205 ◦ green 176 ◦ blue 28

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

Shades of Galliano #CDB01C

Tints of Galliano #CDB01C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 6.85%

R = 50.12%
G = 43.03%
B = 6.85%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.86

 K value IS 0.20

RGB Variations

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

Color information

#CDB01C (or 0xCDB01C) is known color: Galliano. HEX triplet: CD, B0 and 1C. RGB value is (205,176,28). Sum of RGB (Red+Green+Blue) = 205+176+28=409 (54% of max value = 765). Red value is 205 (80.47% from 255 or 50.12% from 409); Green value is 176 (69.14% from 255 or 43.03% from 409); Blue value is 28 (11.33% from 255 or 6.85% from 409); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB01C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDB01C is #324FE3. Grayscale: #A8A8A8. Windows color (decimal): -3297252 or 1880269. OLE color: 1880269.

HSL color Cylindrical-coordinate representation of color #CDB01C: hue angle of 50.17º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CDB01C is Cyan = 0, Magento = 0.14, Yellow = 0.86 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 176 28 -
CMYK 0 0.14 0.86 0.20
HSL 50.17º 0.76% 0.46% -
HSV(B) 50.17º 0.86% 0.8% -
XYZ 40.91 44.11 7.46 -
YUV 167.8 49.11 154.53 -
System Red Green Blue C M Y K H S L
Decimal 205 176 28 0 0.14 0.86 0.20 50.17 0.76 0.46
Hex CD B0 1C 0 E 56 14 32 4C 2E
Octal 315 260 34 0 16 126 24 62 114 56
Binary 11001101 10110000 11100 0 1110 1010110 10100 110010 1001100 101110

Color Harmonies of #CDB01C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB01C

Black with #CDB01C

Text Example


Text Example

White with #CDB01C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB01C; }

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

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

background-color css

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

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

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

border-color css

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

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

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