Html Css Color HEX #CCBE43 Old Gold

📋 copy color: '#CCBE43'

red 204 ◦ green 190 ◦ blue 67

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

Shades of Old Gold #CCBE43

Tints of Old Gold #CCBE43

RGB

 RED value IS 204 (80.08% from 255) = 44.25%

 GREEN value IS 190 (74.61% from 255) = 41.21%

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

R = 44.25%
G = 41.21%
B = 14.53%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.67

 K value IS 0.2

RGB Variations

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

Color information

#CCBE43 (or 0xCCBE43) is known color: Old Gold. HEX triplet: CC, BE and 43. RGB value is (204,190,67). Sum of RGB (Red+Green+Blue) = 204+190+67=461 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.25% from 461); Green value is 190 (74.61% from 255 or 41.21% from 461); Blue value is 67 (26.56% from 255 or 14.53% from 461); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBE43 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCBE43 is #3341BC. Grayscale: #B4B4B4. Windows color (decimal): -3359165 or 4439756. OLE color: 4439756.

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

Color convert

RGB 204 190 67 -
CMYK 0 0.07 0.67 0.2
HSL 53.87º 0.57% 0.53% -
HSV(B) 53.87º 0.67% 0.8% -
XYZ 44.33 50.07 12.64 -
YUV 180.16 64.14 145 -
System Red Green Blue C M Y K H S L
Decimal 204 190 67 0 0.07 0.67 0.2 53.87 0.57 0.53
Hex CC BE 43 0 7 43 14 36 39 35
Octal 314 276 103 0 7 103 24 66 71 65
Binary 11001100 10111110 1000011 0 111 1000011 10100 110110 111001 110101

Color Harmonies of #CCBE43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBE43

Black with #CCBE43

Text Example


Text Example

White with #CCBE43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBE43; }

 p { color: rgb(204,190,67); }

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

background-color css

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

 a { background-color: rgb(204,190,67); }

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

border-color css

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

 span { border-color: rgb(204,190,67); }

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