Html Css Color HEX #CCBF42 Old Gold

📋 copy color: '#CCBF42'

red 204 ◦ green 191 ◦ blue 66

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

Shades of Old Gold #CCBF42

Tints of Old Gold #CCBF42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 14.32%

R = 44.25%
G = 41.43%
B = 14.32%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.68

 K value IS 0.2

RGB Variations

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

Color information

#CCBF42 (or 0xCCBF42) is known color: Old Gold. HEX triplet: CC, BF and 42. RGB value is (204,191,66). Sum of RGB (Red+Green+Blue) = 204+191+66=461 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.25% from 461); Green value is 191 (75% from 255 or 41.43% from 461); Blue value is 66 (26.17% from 255 or 14.32% from 461); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBF42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCBF42 is #3340BD. Grayscale: #B5B5B5. Windows color (decimal): -3358910 or 4374476. OLE color: 4374476.

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

Color convert

RGB 204 191 66 -
CMYK 0 0.06 0.68 0.2
HSL 54.35º 0.58% 0.53% -
HSV(B) 54.35º 0.68% 0.8% -
XYZ 44.52 50.49 12.55 -
YUV 180.64 63.31 144.66 -
System Red Green Blue C M Y K H S L
Decimal 204 191 66 0 0.06 0.68 0.2 54.35 0.58 0.53
Hex CC BF 42 0 6 44 14 36 3A 35
Octal 314 277 102 0 6 104 24 66 72 65
Binary 11001100 10111111 1000010 0 110 1000100 10100 110110 111010 110101

Color Harmonies of #CCBF42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBF42

Black with #CCBF42

Text Example


Text Example

White with #CCBF42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBF42; }

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

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

background-color css

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

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

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

border-color css

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

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

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