Html Css Color HEX #CBB32B Old Gold

📋 copy color: '#CBB32B'

red 203 ◦ green 179 ◦ blue 43

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

Shades of Old Gold #CBB32B

Tints of Old Gold #CBB32B

RGB

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

 GREEN value IS 179 (70.31% from 255) = 42.12%

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

R = 47.76%
G = 42.12%
B = 10.12%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.79

 K value IS 0.20

RGB Variations

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

Color information

#CBB32B (or 0xCBB32B) is known color: Old Gold. HEX triplet: CB, B3 and 2B. RGB value is (203,179,43). Sum of RGB (Red+Green+Blue) = 203+179+43=425 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.76% from 425); Green value is 179 (70.31% from 255 or 42.12% from 425); Blue value is 43 (17.19% from 255 or 10.12% from 425); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB32B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBB32B is #344CD4. Grayscale: #ABABAB. Windows color (decimal): -3427541 or 2864075. OLE color: 2864075.

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

Color convert

RGB 203 179 43 -
CMYK 0 0.12 0.79 0.20
HSL 51º 0.65% 0.48% -
HSV(B) 51º 0.79% 0.8% -
XYZ 41.18 45.11 8.82 -
YUV 170.67 55.95 151.06 -
System Red Green Blue C M Y K H S L
Decimal 203 179 43 0 0.12 0.79 0.20 51 0.65 0.48
Hex CB B3 2B 0 C 4F 14 33 41 30
Octal 313 263 53 0 14 117 24 63 101 60
Binary 11001011 10110011 101011 0 1100 1001111 10100 110011 1000001 110000

Color Harmonies of #CBB32B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB32B

Black with #CBB32B

Text Example


Text Example

White with #CBB32B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB32B; }

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

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

background-color css

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

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

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

border-color css

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

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

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