Html Css Color HEX #CCB236 Old Gold

📋 copy color: '#CCB236'

red 204 ◦ green 178 ◦ blue 54

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

Shades of Old Gold #CCB236

Tints of Old Gold #CCB236

RGB

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

 GREEN value IS 178 (69.92% from 255) = 40.83%

 BLUE value IS 54 (21.48% from 255) = 12.39%

R = 46.79%
G = 40.83%
B = 12.39%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.74

 K value IS 0.2

RGB Variations

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

Color information

#CCB236 (or 0xCCB236) is known color: Old Gold. HEX triplet: CC, B2 and 36. RGB value is (204,178,54). Sum of RGB (Red+Green+Blue) = 204+178+54=436 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.79% from 436); Green value is 178 (69.92% from 255 or 40.83% from 436); Blue value is 54 (21.48% from 255 or 12.39% from 436); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB236 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCB236 is #334DC9. Grayscale: #ACACAC. Windows color (decimal): -3362250 or 3584716. OLE color: 3584716.

HSL color Cylindrical-coordinate representation of color #CCB236: hue angle of 49.6º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CCB236 is Cyan = 0, Magento = 0.13, Yellow = 0.74 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 178 54 -
CMYK 0 0.13 0.74 0.2
HSL 49.6º 0.6% 0.51% -
HSV(B) 49.6º 0.74% 0.8% -
XYZ 41.49 44.94 9.98 -
YUV 171.64 61.61 151.08 -
System Red Green Blue C M Y K H S L
Decimal 204 178 54 0 0.13 0.74 0.2 49.6 0.6 0.51
Hex CC B2 36 0 D 4A 14 32 3C 33
Octal 314 262 66 0 15 112 24 62 74 63
Binary 11001100 10110010 110110 0 1101 1001010 10100 110010 111100 110011

Color Harmonies of #CCB236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB236

Black with #CCB236

Text Example


Text Example

White with #CCB236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB236; }

 p { color: rgb(204,178,54); }

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

background-color css

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

 a { background-color: rgb(204,178,54); }

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

border-color css

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

 span { border-color: rgb(204,178,54); }

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