Html Css Color HEX #CBBC44 Old Gold

📋 copy color: '#CBBC44'

red 203 ◦ green 188 ◦ blue 68

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

Shades of Old Gold #CBBC44

Tints of Old Gold #CBBC44

RGB

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

 GREEN value IS 188 (73.83% from 255) = 40.96%

 BLUE value IS 68 (26.95% from 255) = 14.81%

R = 44.23%
G = 40.96%
B = 14.81%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.67

 K value IS 0.20

RGB Variations

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

Color information

#CBBC44 (or 0xCBBC44) is known color: Old Gold. HEX triplet: CB, BC and 44. RGB value is (203,188,68). Sum of RGB (Red+Green+Blue) = 203+188+68=459 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.23% from 459); Green value is 188 (73.83% from 255 or 40.96% from 459); Blue value is 68 (26.95% from 255 or 14.81% from 459); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBC44 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBBC44 is #3443BB. Grayscale: #B3B3B3. Windows color (decimal): -3425212 or 4504779. OLE color: 4504779.

HSL color Cylindrical-coordinate representation of color #CBBC44: hue angle of 53.33º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CBBC44 is Cyan = 0, Magento = 0.07, Yellow = 0.67 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 188 68 -
CMYK 0 0.07 0.67 0.20
HSL 53.33º 0.56% 0.53% -
HSV(B) 53.33º 0.67% 0.8% -
XYZ 43.66 49.08 12.64 -
YUV 178.81 65.47 145.26 -
System Red Green Blue C M Y K H S L
Decimal 203 188 68 0 0.07 0.67 0.20 53.33 0.56 0.53
Hex CB BC 44 0 7 43 14 35 38 35
Octal 313 274 104 0 7 103 24 65 70 65
Binary 11001011 10111100 1000100 0 111 1000011 10100 110101 111000 110101

Color Harmonies of #CBBC44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBBC44

Black with #CBBC44

Text Example


Text Example

White with #CBBC44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBBC44; }

 p { color: rgb(203,188,68); }

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

background-color css

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

 a { background-color: rgb(203,188,68); }

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

border-color css

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

 span { border-color: rgb(203,188,68); }

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