Html Css Color HEX #CBC03E Old Gold

📋 copy color: '#CBC03E'

red 203 ◦ green 192 ◦ blue 62

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

Shades of Old Gold #CBC03E

Tints of Old Gold #CBC03E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 13.57%

R = 44.42%
G = 42.01%
B = 13.57%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.69

 K value IS 0.20

RGB Variations

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

Color information

#CBC03E (or 0xCBC03E) is known color: Old Gold. HEX triplet: CB, C0 and 3E. RGB value is (203,192,62). Sum of RGB (Red+Green+Blue) = 203+192+62=457 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.42% from 457); Green value is 192 (75.39% from 255 or 42.01% from 457); Blue value is 62 (24.61% from 255 or 13.57% from 457); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC03E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBC03E is #343FC1. Grayscale: #B5B5B5. Windows color (decimal): -3424194 or 4112587. OLE color: 4112587.

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

Color convert

RGB 203 192 62 -
CMYK 0 0.05 0.69 0.20
HSL 55.32º 0.58% 0.52% -
HSV(B) 55.32º 0.69% 0.8% -
XYZ 44.35 50.74 12.01 -
YUV 180.47 61.14 144.07 -
System Red Green Blue C M Y K H S L
Decimal 203 192 62 0 0.05 0.69 0.20 55.32 0.58 0.52
Hex CB C0 3E 0 5 45 14 37 3A 34
Octal 313 300 76 0 5 105 24 67 72 64
Binary 11001011 11000000 111110 0 101 1000101 10100 110111 111010 110100

Color Harmonies of #CBC03E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBC03E

Black with #CBC03E

Text Example


Text Example

White with #CBC03E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBC03E; }

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

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

background-color css

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

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

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

border-color css

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

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

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