Html Css Color HEX #CBB427 Old Gold

📋 copy color: '#CBB427'

red 203 ◦ green 180 ◦ blue 39

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

Shades of Old Gold #CBB427

Tints of Old Gold #CBB427

RGB

 RED value IS 203 (79.69% from 255) = 48.1%

 GREEN value IS 180 (70.7% from 255) = 42.65%

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

R = 48.1%
G = 42.65%
B = 9.24%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.81

 K value IS 0.20

RGB Variations

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

Color information

#CBB427 (or 0xCBB427) is known color: Old Gold. HEX triplet: CB, B4 and 27. RGB value is (203,180,39). Sum of RGB (Red+Green+Blue) = 203+180+39=422 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.10% from 422); Green value is 180 (70.70% from 255 or 42.65% from 422); Blue value is 39 (15.62% from 255 or 9.24% from 422); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB427 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBB427 is #344BD8. Grayscale: #ABABAB. Windows color (decimal): -3427289 or 2602187. OLE color: 2602187.

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

Color convert

RGB 203 180 39 -
CMYK 0 0.11 0.81 0.20
HSL 51.59º 0.68% 0.47% -
HSV(B) 51.59º 0.81% 0.8% -
XYZ 41.32 45.49 8.52 -
YUV 170.8 53.62 150.96 -
System Red Green Blue C M Y K H S L
Decimal 203 180 39 0 0.11 0.81 0.20 51.59 0.68 0.47
Hex CB B4 27 0 B 51 14 34 44 2F
Octal 313 264 47 0 13 121 24 64 104 57
Binary 11001011 10110100 100111 0 1011 1010001 10100 110100 1000100 101111

Color Harmonies of #CBB427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB427

Black with #CBB427

Text Example


Text Example

White with #CBB427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB427; }

 p { color: rgb(203,180,39); }

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

background-color css

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

 a { background-color: rgb(203,180,39); }

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

border-color css

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

 span { border-color: rgb(203,180,39); }

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