Html Css Color HEX #CCB42D Old Gold

📋 copy color: '#CCB42D'

red 204 ◦ green 180 ◦ blue 45

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

Shades of Old Gold #CCB42D

Tints of Old Gold #CCB42D

RGB

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

 GREEN value IS 180 (70.7% from 255) = 41.96%

 BLUE value IS 45 (17.97% from 255) = 10.49%

R = 47.55%
G = 41.96%
B = 10.49%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.78

 K value IS 0.2

RGB Variations

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

Color information

#CCB42D (or 0xCCB42D) is known color: Old Gold. HEX triplet: CC, B4 and 2D. RGB value is (204,180,45). Sum of RGB (Red+Green+Blue) = 204+180+45=429 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.55% from 429); Green value is 180 (70.70% from 255 or 41.96% from 429); Blue value is 45 (17.97% from 255 or 10.49% from 429); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB42D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCB42D is #334BD2. Grayscale: #ACACAC. Windows color (decimal): -3361747 or 2995404. OLE color: 2995404.

HSL color Cylindrical-coordinate representation of color #CCB42D: hue angle of 50.94º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CCB42D is Cyan = 0, Magento = 0.12, Yellow = 0.78 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 180 45 -
CMYK 0 0.12 0.78 0.2
HSL 50.94º 0.64% 0.49% -
HSV(B) 50.94º 0.78% 0.8% -
XYZ 41.7 45.67 9.1 -
YUV 171.79 56.45 150.98 -
System Red Green Blue C M Y K H S L
Decimal 204 180 45 0 0.12 0.78 0.2 50.94 0.64 0.49
Hex CC B4 2D 0 C 4E 14 33 40 31
Octal 314 264 55 0 14 116 24 63 100 61
Binary 11001100 10110100 101101 0 1100 1001110 10100 110011 1000000 110001

Color Harmonies of #CCB42D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB42D

Black with #CCB42D

Text Example


Text Example

White with #CCB42D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB42D; }

 p { color: rgb(204,180,45); }

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

background-color css

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

 a { background-color: rgb(204,180,45); }

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

border-color css

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

 span { border-color: rgb(204,180,45); }

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