Html Css Color HEX #CBB43B Old Gold

📋 copy color: '#CBB43B'

red 203 ◦ green 180 ◦ blue 59

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

Shades of Old Gold #CBB43B

Tints of Old Gold #CBB43B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 13.35%

R = 45.93%
G = 40.72%
B = 13.35%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.71

 K value IS 0.20

RGB Variations

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

Color information

#CBB43B (or 0xCBB43B) is known color: Old Gold. HEX triplet: CB, B4 and 3B. RGB value is (203,180,59). Sum of RGB (Red+Green+Blue) = 203+180+59=442 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.93% from 442); Green value is 180 (70.70% from 255 or 40.72% from 442); Blue value is 59 (23.44% from 255 or 13.35% from 442); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB43B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBB43B is #344BC4. Grayscale: #ADADAD. Windows color (decimal): -3427269 or 3912907. OLE color: 3912907.

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

Color convert

RGB 203 180 59 -
CMYK 0 0.11 0.71 0.20
HSL 50.42º 0.58% 0.51% -
HSV(B) 50.42º 0.71% 0.8% -
XYZ 41.74 45.65 10.75 -
YUV 173.08 63.62 149.34 -
System Red Green Blue C M Y K H S L
Decimal 203 180 59 0 0.11 0.71 0.20 50.42 0.58 0.51
Hex CB B4 3B 0 B 47 14 32 3A 33
Octal 313 264 73 0 13 107 24 62 72 63
Binary 11001011 10110100 111011 0 1011 1000111 10100 110010 111010 110011

Color Harmonies of #CBB43B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB43B

Black with #CBB43B

Text Example


Text Example

White with #CBB43B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB43B; }

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

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

background-color css

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

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

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

border-color css

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

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

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