Html Css Color HEX #CCB92A Old Gold

📋 copy color: '#CCB92A'

red 204 ◦ green 185 ◦ blue 42

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

Shades of Old Gold #CCB92A

Tints of Old Gold #CCB92A

RGB

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

 GREEN value IS 185 (72.66% from 255) = 42.92%

 BLUE value IS 42 (16.8% from 255) = 9.74%

R = 47.33%
G = 42.92%
B = 9.74%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.79

 K value IS 0.2

RGB Variations

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

Color information

#CCB92A (or 0xCCB92A) is known color: Old Gold. HEX triplet: CC, B9 and 2A. RGB value is (204,185,42). Sum of RGB (Red+Green+Blue) = 204+185+42=431 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.33% from 431); Green value is 185 (72.66% from 255 or 42.92% from 431); Blue value is 42 (16.80% from 255 or 9.74% from 431); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB92A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCB92A is #3346D5. Grayscale: #AEAEAE. Windows color (decimal): -3360470 or 2800076. OLE color: 2800076.

HSL color Cylindrical-coordinate representation of color #CCB92A: hue angle of 52.96º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CCB92A is Cyan = 0, Magento = 0.09, Yellow = 0.79 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 185 42 -
CMYK 0 0.09 0.79 0.2
HSL 52.96º 0.66% 0.48% -
HSV(B) 52.96º 0.79% 0.8% -
XYZ 42.67 47.7 9.15 -
YUV 174.38 53.29 149.13 -
System Red Green Blue C M Y K H S L
Decimal 204 185 42 0 0.09 0.79 0.2 52.96 0.66 0.48
Hex CC B9 2A 0 9 4F 14 35 42 30
Octal 314 271 52 0 11 117 24 65 102 60
Binary 11001100 10111001 101010 0 1001 1001111 10100 110101 1000010 110000

Color Harmonies of #CCB92A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB92A

Black with #CCB92A

Text Example


Text Example

White with #CCB92A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB92A; }

 p { color: rgb(204,185,42); }

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

background-color css

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

 a { background-color: rgb(204,185,42); }

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

border-color css

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

 span { border-color: rgb(204,185,42); }

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