Html Css Color HEX #CCB42B Old Gold

📋 copy color: '#CCB42B'

red 204 ◦ green 180 ◦ blue 43

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

Shades of Old Gold #CCB42B

Tints of Old Gold #CCB42B

RGB

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

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

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

R = 47.78%
G = 42.15%
B = 10.07%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.79

 K value IS 0.2

RGB Variations

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

Color information

#CCB42B (or 0xCCB42B) is known color: Old Gold. HEX triplet: CC, B4 and 2B. RGB value is (204,180,43). Sum of RGB (Red+Green+Blue) = 204+180+43=427 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.78% from 427); Green value is 180 (70.70% from 255 or 42.15% from 427); Blue value is 43 (17.19% from 255 or 10.07% from 427); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB42B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCB42B is #334BD4. Grayscale: #ACACAC. Windows color (decimal): -3361749 or 2864332. OLE color: 2864332.

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

Color convert

RGB 204 180 43 -
CMYK 0 0.12 0.79 0.2
HSL 51.06º 0.65% 0.48% -
HSV(B) 51.06º 0.79% 0.8% -
XYZ 41.66 45.65 8.9 -
YUV 171.56 55.45 151.14 -
System Red Green Blue C M Y K H S L
Decimal 204 180 43 0 0.12 0.79 0.2 51.06 0.65 0.48
Hex CC B4 2B 0 C 4F 14 33 41 30
Octal 314 264 53 0 14 117 24 63 101 60
Binary 11001100 10110100 101011 0 1100 1001111 10100 110011 1000001 110000

Color Harmonies of #CCB42B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB42B

Black with #CCB42B

Text Example


Text Example

White with #CCB42B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB42B; }

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

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

background-color css

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

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

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

border-color css

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

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

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