Html Css Color HEX #CDB022 Galliano

📋 copy color: '#CDB022'

red 205 ◦ green 176 ◦ blue 34

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

Shades of Galliano #CDB022

Tints of Galliano #CDB022

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 8.19%

R = 49.4%
G = 42.41%
B = 8.19%

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

#CDB022 (or 0xCDB022) is known color: Galliano. HEX triplet: CD, B0 and 22. RGB value is (205,176,34). Sum of RGB (Red+Green+Blue) = 205+176+34=415 (54% of max value = 765). Red value is 205 (80.47% from 255 or 49.40% from 415); Green value is 176 (69.14% from 255 or 42.41% from 415); Blue value is 34 (13.67% from 255 or 8.19% from 415); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB022 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDB022 is #324FDD. Grayscale: #A9A9A9. Windows color (decimal): -3297246 or 2273485. OLE color: 2273485.

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

Color convert

RGB 205 176 34 -
CMYK 0 0.14 0.83 0.20
HSL 49.82º 0.72% 0.47% -
HSV(B) 49.82º 0.83% 0.8% -
XYZ 40.99 44.15 7.87 -
YUV 168.48 52.11 154.05 -
System Red Green Blue C M Y K H S L
Decimal 205 176 34 0 0.14 0.83 0.20 49.82 0.72 0.47
Hex CD B0 22 0 E 53 14 32 48 2F
Octal 315 260 42 0 16 123 24 62 110 57
Binary 11001101 10110000 100010 0 1110 1010011 10100 110010 1001000 101111

Color Harmonies of #CDB022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB022

Black with #CDB022

Text Example


Text Example

White with #CDB022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB022; }

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

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

background-color css

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

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

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

border-color css

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

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

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