Html Css Color HEX #CDB127 Galliano

📋 copy color: '#CDB127'

red 205 ◦ green 177 ◦ blue 39

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

Shades of Galliano #CDB127

Tints of Galliano #CDB127

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 9.26%

R = 48.69%
G = 42.04%
B = 9.26%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.81

 K value IS 0.20

RGB Variations

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

Color information

#CDB127 (or 0xCDB127) is known color: Galliano. HEX triplet: CD, B1 and 27. RGB value is (205,177,39). Sum of RGB (Red+Green+Blue) = 205+177+39=421 (55% of max value = 765). Red value is 205 (80.47% from 255 or 48.69% from 421); Green value is 177 (69.53% from 255 or 42.04% from 421); Blue value is 39 (15.62% from 255 or 9.26% from 421); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB127 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDB127 is #324ED8. Grayscale: #AAAAAA. Windows color (decimal): -3296985 or 2601421. OLE color: 2601421.

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

Color convert

RGB 205 177 39 -
CMYK 0 0.14 0.81 0.20
HSL 49.88º 0.68% 0.48% -
HSV(B) 49.88º 0.81% 0.8% -
XYZ 41.27 44.57 8.35 -
YUV 169.64 54.28 153.22 -
System Red Green Blue C M Y K H S L
Decimal 205 177 39 0 0.14 0.81 0.20 49.88 0.68 0.48
Hex CD B1 27 0 E 51 14 32 44 30
Octal 315 261 47 0 16 121 24 62 104 60
Binary 11001101 10110001 100111 0 1110 1010001 10100 110010 1000100 110000

Color Harmonies of #CDB127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB127

Black with #CDB127

Text Example


Text Example

White with #CDB127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB127; }

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

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

background-color css

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

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

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

border-color css

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

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

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