Html Css Color HEX #CBB42B Old Gold

📋 copy color: '#CBB42B'

red 203 ◦ green 180 ◦ blue 43

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

Shades of Old Gold #CBB42B

Tints of Old Gold #CBB42B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 10.09%

R = 47.65%
G = 42.25%
B = 10.09%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.79

 K value IS 0.20

RGB Variations

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

Color information

#CBB42B (or 0xCBB42B) is known color: Old Gold. HEX triplet: CB, B4 and 2B. RGB value is (203,180,43). Sum of RGB (Red+Green+Blue) = 203+180+43=426 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.65% from 426); Green value is 180 (70.70% from 255 or 42.25% from 426); Blue value is 43 (17.19% from 255 or 10.09% from 426); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB42B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBB42B is #344BD4. Grayscale: #ABABAB. Windows color (decimal): -3427285 or 2864331. OLE color: 2864331.

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

Color convert

RGB 203 180 43 -
CMYK 0 0.11 0.79 0.20
HSL 51.38º 0.65% 0.48% -
HSV(B) 51.38º 0.79% 0.8% -
XYZ 41.39 45.51 8.89 -
YUV 171.26 55.62 150.64 -
System Red Green Blue C M Y K H S L
Decimal 203 180 43 0 0.11 0.79 0.20 51.38 0.65 0.48
Hex CB B4 2B 0 B 4F 14 33 41 30
Octal 313 264 53 0 13 117 24 63 101 60
Binary 11001011 10110100 101011 0 1011 1001111 10100 110011 1000001 110000

Color Harmonies of #CBB42B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB42B

Black with #CBB42B

Text Example


Text Example

White with #CBB42B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB42B; }

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

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

background-color css

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

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

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

border-color css

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

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

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