Html Css Color HEX #CCB54B Sundance

📋 copy color: '#CCB54B'

red 204 ◦ green 181 ◦ blue 75

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

Shades of Sundance #CCB54B

Tints of Sundance #CCB54B

RGB

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

 GREEN value IS 181 (71.09% from 255) = 39.35%

 BLUE value IS 75 (29.69% from 255) = 16.3%

R = 44.35%
G = 39.35%
B = 16.3%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.63

 K value IS 0.2

RGB Variations

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

Color information

#CCB54B (or 0xCCB54B) is known color: Sundance. HEX triplet: CC, B5 and 4B. RGB value is (204,181,75). Sum of RGB (Red+Green+Blue) = 204+181+75=460 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.35% from 460); Green value is 181 (71.09% from 255 or 39.35% from 460); Blue value is 75 (29.69% from 255 or 16.30% from 460); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB54B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCB54B is #334AB4. Grayscale: #B0B0B0. Windows color (decimal): -3361461 or 4961740. OLE color: 4961740.

HSL color Cylindrical-coordinate representation of color #CCB54B: hue angle of 49.3º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CCB54B is Cyan = 0, Magento = 0.11, Yellow = 0.63 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 181 75 -
CMYK 0 0.11 0.63 0.2
HSL 49.3º 0.56% 0.55% -
HSV(B) 49.3º 0.63% 0.8% -
XYZ 42.7 46.39 13.36 -
YUV 175.79 71.12 148.12 -
System Red Green Blue C M Y K H S L
Decimal 204 181 75 0 0.11 0.63 0.2 49.3 0.56 0.55
Hex CC B5 4B 0 B 3F 14 31 38 37
Octal 314 265 113 0 13 77 24 61 70 67
Binary 11001100 10110101 1001011 0 1011 111111 10100 110001 111000 110111

Color Harmonies of #CCB54B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB54B

Black with #CCB54B

Text Example


Text Example

White with #CCB54B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB54B; }

 p { color: rgb(204,181,75); }

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

background-color css

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

 a { background-color: rgb(204,181,75); }

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

border-color css

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

 span { border-color: rgb(204,181,75); }

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