Html Css Color HEX #CBC03A Old Gold

📋 copy color: '#CBC03A'

red 203 ◦ green 192 ◦ blue 58

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

Shades of Old Gold #CBC03A

Tints of Old Gold #CBC03A

RGB

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

 GREEN value IS 192 (75.39% from 255) = 42.38%

 BLUE value IS 58 (23.05% from 255) = 12.8%

R = 44.81%
G = 42.38%
B = 12.8%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.71

 K value IS 0.20

RGB Variations

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

Color information

#CBC03A (or 0xCBC03A) is known color: Old Gold. HEX triplet: CB, C0 and 3A. RGB value is (203,192,58). Sum of RGB (Red+Green+Blue) = 203+192+58=453 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.81% from 453); Green value is 192 (75.39% from 255 or 42.38% from 453); Blue value is 58 (23.05% from 255 or 12.80% from 453); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC03A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBC03A is #343FC5. Grayscale: #B4B4B4. Windows color (decimal): -3424198 or 3850443. OLE color: 3850443.

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

Color convert

RGB 203 192 58 -
CMYK 0 0.05 0.71 0.20
HSL 55.45º 0.58% 0.51% -
HSV(B) 55.45º 0.71% 0.8% -
XYZ 44.24 50.7 11.46 -
YUV 180.01 59.14 144.4 -
System Red Green Blue C M Y K H S L
Decimal 203 192 58 0 0.05 0.71 0.20 55.45 0.58 0.51
Hex CB C0 3A 0 5 47 14 37 3A 33
Octal 313 300 72 0 5 107 24 67 72 63
Binary 11001011 11000000 111010 0 101 1000111 10100 110111 111010 110011

Color Harmonies of #CBC03A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBC03A

Black with #CBC03A

Text Example


Text Example

White with #CBC03A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBC03A; }

 p { color: rgb(203,192,58); }

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

background-color css

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

 a { background-color: rgb(203,192,58); }

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

border-color css

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

 span { border-color: rgb(203,192,58); }

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