Html Css Color HEX #CCB83B Old Gold

📋 copy color: '#CCB83B'

red 204 ◦ green 184 ◦ blue 59

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

Shades of Old Gold #CCB83B

Tints of Old Gold #CCB83B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 13.2%

R = 45.64%
G = 41.16%
B = 13.2%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.71

 K value IS 0.2

RGB Variations

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

Color information

#CCB83B (or 0xCCB83B) is known color: Old Gold. HEX triplet: CC, B8 and 3B. RGB value is (204,184,59). Sum of RGB (Red+Green+Blue) = 204+184+59=447 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.64% from 447); Green value is 184 (72.27% from 255 or 41.16% from 447); Blue value is 59 (23.44% from 255 or 13.20% from 447); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB83B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCB83B is #3347C4. Grayscale: #B0B0B0. Windows color (decimal): -3360709 or 3913932. OLE color: 3913932.

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

Color convert

RGB 204 184 59 -
CMYK 0 0.10 0.71 0.2
HSL 51.72º 0.59% 0.52% -
HSV(B) 51.72º 0.71% 0.8% -
XYZ 42.83 47.43 11.04 -
YUV 175.73 62.13 148.16 -
System Red Green Blue C M Y K H S L
Decimal 204 184 59 0 0.10 0.71 0.2 51.72 0.59 0.52
Hex CC B8 3B 0 A 47 14 34 3B 34
Octal 314 270 73 0 12 107 24 64 73 64
Binary 11001100 10111000 111011 0 1010 1000111 10100 110100 111011 110100

Color Harmonies of #CCB83B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB83B

Black with #CCB83B

Text Example


Text Example

White with #CCB83B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB83B; }

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

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

background-color css

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

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

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

border-color css

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

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

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