Html Css Color HEX #CCB84B Old Gold

📋 copy color: '#CCB84B'

red 204 ◦ green 184 ◦ blue 75

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

Shades of Old Gold #CCB84B

Tints of Old Gold #CCB84B

RGB

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

 GREEN value IS 184 (72.27% from 255) = 39.74%

 BLUE value IS 75 (29.69% from 255) = 16.2%

R = 44.06%
G = 39.74%
B = 16.2%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.63

 K value IS 0.2

RGB Variations

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

Color information

#CCB84B (or 0xCCB84B) is known color: Old Gold. HEX triplet: CC, B8 and 4B. RGB value is (204,184,75). Sum of RGB (Red+Green+Blue) = 204+184+75=463 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.06% from 463); Green value is 184 (72.27% from 255 or 39.74% from 463); Blue value is 75 (29.69% from 255 or 16.20% from 463); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB84B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCB84B is #3347B4. Grayscale: #B2B2B2. Windows color (decimal): -3360693 or 4962508. OLE color: 4962508.

HSL color Cylindrical-coordinate representation of color #CCB84B: hue angle of 50.7º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CCB84B is Cyan = 0, Magento = 0.10, Yellow = 0.63 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 184 75 -
CMYK 0 0.10 0.63 0.2
HSL 50.7º 0.56% 0.55% -
HSV(B) 50.7º 0.63% 0.8% -
XYZ 43.31 47.63 13.57 -
YUV 177.55 70.13 146.86 -
System Red Green Blue C M Y K H S L
Decimal 204 184 75 0 0.10 0.63 0.2 50.7 0.56 0.55
Hex CC B8 4B 0 A 3F 14 33 38 37
Octal 314 270 113 0 12 77 24 63 70 67
Binary 11001100 10111000 1001011 0 1010 111111 10100 110011 111000 110111

Color Harmonies of #CCB84B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB84B

Black with #CCB84B

Text Example


Text Example

White with #CCB84B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB84B; }

 p { color: rgb(204,184,75); }

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

background-color css

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

 a { background-color: rgb(204,184,75); }

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

border-color css

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

 span { border-color: rgb(204,184,75); }

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