Html Css Color HEX #CBBC43 Old Gold

📋 copy color: '#CBBC43'

red 203 ◦ green 188 ◦ blue 67

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

Shades of Old Gold #CBBC43

Tints of Old Gold #CBBC43

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 14.63%

R = 44.32%
G = 41.05%
B = 14.63%

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

#CBBC43 (or 0xCBBC43) is known color: Old Gold. HEX triplet: CB, BC and 43. RGB value is (203,188,67). Sum of RGB (Red+Green+Blue) = 203+188+67=458 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.32% from 458); Green value is 188 (73.83% from 255 or 41.05% from 458); Blue value is 67 (26.56% from 255 or 14.63% from 458); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBC43 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBBC43 is #3443BC. Grayscale: #B3B3B3. Windows color (decimal): -3425213 or 4439243. OLE color: 4439243.

HSL color Cylindrical-coordinate representation of color #CBBC43: hue angle of 53.38º degrees, saturation: 0.57, 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 #CBBC43 is Cyan = 0, Magento = 0.07, Yellow = 0.67 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 188 67 -
CMYK 0 0.07 0.67 0.20
HSL 53.38º 0.57% 0.53% -
HSV(B) 53.38º 0.67% 0.8% -
XYZ 43.62 49.07 12.48 -
YUV 178.69 64.97 145.34 -
System Red Green Blue C M Y K H S L
Decimal 203 188 67 0 0.07 0.67 0.20 53.38 0.57 0.53
Hex CB BC 43 0 7 43 14 35 39 35
Octal 313 274 103 0 7 103 24 65 71 65
Binary 11001011 10111100 1000011 0 111 1000011 10100 110101 111001 110101

Color Harmonies of #CBBC43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBBC43

Black with #CBBC43

Text Example


Text Example

White with #CBBC43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBBC43; }

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

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

background-color css

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

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

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

border-color css

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

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

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