Html Css Color HEX #CBB428 Old Gold

📋 copy color: '#CBB428'

red 203 ◦ green 180 ◦ blue 40

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

Shades of Old Gold #CBB428

Tints of Old Gold #CBB428

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 9.46%

R = 47.99%
G = 42.55%
B = 9.46%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.80

 K value IS 0.20

RGB Variations

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

Color information

#CBB428 (or 0xCBB428) is known color: Old Gold. HEX triplet: CB, B4 and 28. RGB value is (203,180,40). Sum of RGB (Red+Green+Blue) = 203+180+40=423 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.99% from 423); Green value is 180 (70.70% from 255 or 42.55% from 423); Blue value is 40 (16.02% from 255 or 9.46% from 423); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB428 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBB428 is #344BD7. Grayscale: #ABABAB. Windows color (decimal): -3427288 or 2667723. OLE color: 2667723.

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

Color convert

RGB 203 180 40 -
CMYK 0 0.11 0.80 0.20
HSL 51.53º 0.67% 0.48% -
HSV(B) 51.53º 0.8% 0.8% -
XYZ 41.33 45.49 8.61 -
YUV 170.92 54.12 150.88 -
System Red Green Blue C M Y K H S L
Decimal 203 180 40 0 0.11 0.80 0.20 51.53 0.67 0.48
Hex CB B4 28 0 B 50 14 34 43 30
Octal 313 264 50 0 13 120 24 64 103 60
Binary 11001011 10110100 101000 0 1011 1010000 10100 110100 1000011 110000

Color Harmonies of #CBB428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB428

Black with #CBB428

Text Example


Text Example

White with #CBB428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB428; }

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

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

background-color css

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

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

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

border-color css

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

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

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