Html Css Color HEX #CDB225 Galliano

📋 copy color: '#CDB225'

red 205 ◦ green 178 ◦ blue 37

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

Shades of Galliano #CDB225

Tints of Galliano #CDB225

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 8.81%

R = 48.81%
G = 42.38%
B = 8.81%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.82

 K value IS 0.20

RGB Variations

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

Color information

#CDB225 (or 0xCDB225) is known color: Galliano. HEX triplet: CD, B2 and 25. RGB value is (205,178,37). Sum of RGB (Red+Green+Blue) = 205+178+37=420 (55% of max value = 765). Red value is 205 (80.47% from 255 or 48.81% from 420); Green value is 178 (69.92% from 255 or 42.38% from 420); Blue value is 37 (14.84% from 255 or 8.81% from 420); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB225 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDB225 is #324DDA. Grayscale: #AAAAAA. Windows color (decimal): -3296731 or 2470605. OLE color: 2470605.

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

Color convert

RGB 205 178 37 -
CMYK 0 0.13 0.82 0.20
HSL 50.36º 0.69% 0.47% -
HSV(B) 50.36º 0.82% 0.8% -
XYZ 41.43 44.95 8.24 -
YUV 170 52.95 152.96 -
System Red Green Blue C M Y K H S L
Decimal 205 178 37 0 0.13 0.82 0.20 50.36 0.69 0.47
Hex CD B2 25 0 D 52 14 32 45 2F
Octal 315 262 45 0 15 122 24 62 105 57
Binary 11001101 10110010 100101 0 1101 1010010 10100 110010 1000101 101111

Color Harmonies of #CDB225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB225

Black with #CDB225

Text Example


Text Example

White with #CDB225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB225; }

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

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

background-color css

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

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

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

border-color css

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

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

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