Html Css Color HEX #CDB125 Galliano

📋 copy color: '#CDB125'

red 205 ◦ green 177 ◦ blue 37

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

Shades of Galliano #CDB125

Tints of Galliano #CDB125

RGB

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

 GREEN value IS 177 (69.53% from 255) = 42.24%

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

R = 48.93%
G = 42.24%
B = 8.83%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.82

 K value IS 0.20

RGB Variations

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

Color information

#CDB125 (or 0xCDB125) is known color: Galliano. HEX triplet: CD, B1 and 25. RGB value is (205,177,37). Sum of RGB (Red+Green+Blue) = 205+177+37=419 (55% of max value = 765). Red value is 205 (80.47% from 255 or 48.93% from 419); Green value is 177 (69.53% from 255 or 42.24% from 419); Blue value is 37 (14.84% from 255 or 8.83% from 419); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB125 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDB125 is #324EDA. Grayscale: #AAAAAA. Windows color (decimal): -3296987 or 2470349. OLE color: 2470349.

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

Color convert

RGB 205 177 37 -
CMYK 0 0.14 0.82 0.20
HSL 50º 0.69% 0.47% -
HSV(B) 50º 0.82% 0.8% -
XYZ 41.23 44.56 8.18 -
YUV 169.41 53.28 153.38 -
System Red Green Blue C M Y K H S L
Decimal 205 177 37 0 0.14 0.82 0.20 50 0.69 0.47
Hex CD B1 25 0 E 52 14 32 45 2F
Octal 315 261 45 0 16 122 24 62 105 57
Binary 11001101 10110001 100101 0 1110 1010010 10100 110010 1000101 101111

Color Harmonies of #CDB125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB125

Black with #CDB125

Text Example


Text Example

White with #CDB125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB125; }

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

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

background-color css

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

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

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

border-color css

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

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

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