Html Css Color HEX #CCBF40 Old Gold

📋 copy color: '#CCBF40'

red 204 ◦ green 191 ◦ blue 64

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

Shades of Old Gold #CCBF40

Tints of Old Gold #CCBF40

RGB

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

 GREEN value IS 191 (75% from 255) = 41.61%

 BLUE value IS 64 (25.39% from 255) = 13.94%

R = 44.44%
G = 41.61%
B = 13.94%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.69

 K value IS 0.2

RGB Variations

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

Color information

#CCBF40 (or 0xCCBF40) is known color: Old Gold. HEX triplet: CC, BF and 40. RGB value is (204,191,64). Sum of RGB (Red+Green+Blue) = 204+191+64=459 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.44% from 459); Green value is 191 (75% from 255 or 41.61% from 459); Blue value is 64 (25.39% from 255 or 13.94% from 459); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBF40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCBF40 is #3340BF. Grayscale: #B4B4B4. Windows color (decimal): -3358912 or 4243404. OLE color: 4243404.

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

Color convert

RGB 204 191 64 -
CMYK 0 0.06 0.69 0.2
HSL 54.43º 0.58% 0.53% -
HSV(B) 54.43º 0.69% 0.8% -
XYZ 44.46 50.47 12.25 -
YUV 180.41 62.31 144.83 -
System Red Green Blue C M Y K H S L
Decimal 204 191 64 0 0.06 0.69 0.2 54.43 0.58 0.53
Hex CC BF 40 0 6 45 14 36 3A 35
Octal 314 277 100 0 6 105 24 66 72 65
Binary 11001100 10111111 1000000 0 110 1000101 10100 110110 111010 110101

Color Harmonies of #CCBF40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBF40

Black with #CCBF40

Text Example


Text Example

White with #CCBF40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBF40; }

 p { color: rgb(204,191,64); }

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

background-color css

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

 a { background-color: rgb(204,191,64); }

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

border-color css

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

 span { border-color: rgb(204,191,64); }

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