Html Css Color HEX #CCB62B Old Gold

📋 copy color: '#CCB62B'

red 204 ◦ green 182 ◦ blue 43

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

Shades of Old Gold #CCB62B

Tints of Old Gold #CCB62B

RGB

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

 GREEN value IS 182 (71.48% from 255) = 42.42%

 BLUE value IS 43 (17.19% from 255) = 10.02%

R = 47.55%
G = 42.42%
B = 10.02%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.79

 K value IS 0.2

RGB Variations

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

Color information

#CCB62B (or 0xCCB62B) is known color: Old Gold. HEX triplet: CC, B6 and 2B. RGB value is (204,182,43). Sum of RGB (Red+Green+Blue) = 204+182+43=429 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.55% from 429); Green value is 182 (71.48% from 255 or 42.42% from 429); Blue value is 43 (17.19% from 255 or 10.02% from 429); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB62B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCB62B is #3349D4. Grayscale: #ADADAD. Windows color (decimal): -3361237 or 2864844. OLE color: 2864844.

HSL color Cylindrical-coordinate representation of color #CCB62B: hue angle of 51.8º degrees, saturation: 0.65, 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 #CCB62B is Cyan = 0, Magento = 0.11, Yellow = 0.79 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 182 43 -
CMYK 0 0.11 0.79 0.2
HSL 51.8º 0.65% 0.48% -
HSV(B) 51.8º 0.79% 0.8% -
XYZ 42.07 46.47 9.04 -
YUV 172.73 54.79 150.3 -
System Red Green Blue C M Y K H S L
Decimal 204 182 43 0 0.11 0.79 0.2 51.8 0.65 0.48
Hex CC B6 2B 0 B 4F 14 34 41 30
Octal 314 266 53 0 13 117 24 64 101 60
Binary 11001100 10110110 101011 0 1011 1001111 10100 110100 1000001 110000

Color Harmonies of #CCB62B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB62B

Black with #CCB62B

Text Example


Text Example

White with #CCB62B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB62B; }

 p { color: rgb(204,182,43); }

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

background-color css

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

 a { background-color: rgb(204,182,43); }

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

border-color css

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

 span { border-color: rgb(204,182,43); }

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