Html Css Color HEX #CCB04B Sundance

📋 copy color: '#CCB04B'

red 204 ◦ green 176 ◦ blue 75

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

Shades of Sundance #CCB04B

Tints of Sundance #CCB04B

RGB

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

 GREEN value IS 176 (69.14% from 255) = 38.68%

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

R = 44.84%
G = 38.68%
B = 16.48%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.63

 K value IS 0.2

RGB Variations

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

Color information

#CCB04B (or 0xCCB04B) is known color: Sundance. HEX triplet: CC, B0 and 4B. RGB value is (204,176,75). Sum of RGB (Red+Green+Blue) = 204+176+75=455 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.84% from 455); Green value is 176 (69.14% from 255 or 38.68% from 455); Blue value is 75 (29.69% from 255 or 16.48% from 455); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB04B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCB04B is #334FB4. Grayscale: #ADADAD. Windows color (decimal): -3362741 or 4960460. OLE color: 4960460.

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

Color convert

RGB 204 176 75 -
CMYK 0 0.14 0.63 0.2
HSL 46.98º 0.56% 0.55% -
HSV(B) 46.98º 0.63% 0.8% -
XYZ 41.7 44.4 13.03 -
YUV 172.86 72.78 150.21 -
System Red Green Blue C M Y K H S L
Decimal 204 176 75 0 0.14 0.63 0.2 46.98 0.56 0.55
Hex CC B0 4B 0 E 3F 14 2F 38 37
Octal 314 260 113 0 16 77 24 57 70 67
Binary 11001100 10110000 1001011 0 1110 111111 10100 101111 111000 110111

Color Harmonies of #CCB04B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB04B

Black with #CCB04B

Text Example


Text Example

White with #CCB04B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB04B; }

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

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

background-color css

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

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

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

border-color css

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

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

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