Html Css Color HEX #CDB027 Galliano

📋 copy color: '#CDB027'

red 205 ◦ green 176 ◦ blue 39

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

Shades of Galliano #CDB027

Tints of Galliano #CDB027

RGB

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

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

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

R = 48.81%
G = 41.9%
B = 9.29%

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

#CDB027 (or 0xCDB027) is known color: Galliano. HEX triplet: CD, B0 and 27. RGB value is (205,176,39). Sum of RGB (Red+Green+Blue) = 205+176+39=420 (55% of max value = 765). Red value is 205 (80.47% from 255 or 48.81% from 420); Green value is 176 (69.14% from 255 or 41.90% from 420); Blue value is 39 (15.62% from 255 or 9.29% from 420); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB027 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDB027 is #324FD8. Grayscale: #A9A9A9. Windows color (decimal): -3297241 or 2601165. OLE color: 2601165.

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

Color convert

RGB 205 176 39 -
CMYK 0 0.14 0.81 0.20
HSL 49.52º 0.68% 0.48% -
HSV(B) 49.52º 0.81% 0.8% -
XYZ 41.07 44.18 8.28 -
YUV 169.05 54.61 153.64 -
System Red Green Blue C M Y K H S L
Decimal 205 176 39 0 0.14 0.81 0.20 49.52 0.68 0.48
Hex CD B0 27 0 E 51 14 32 44 30
Octal 315 260 47 0 16 121 24 62 104 60
Binary 11001101 10110000 100111 0 1110 1010001 10100 110010 1000100 110000

Color Harmonies of #CDB027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB027

Black with #CDB027

Text Example


Text Example

White with #CDB027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB027; }

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

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

background-color css

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

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

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

border-color css

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

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

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