Html Css Color HEX #CCB24B Sundance

📋 copy color: '#CCB24B'

red 204 ◦ green 178 ◦ blue 75

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

Shades of Sundance #CCB24B

Tints of Sundance #CCB24B

RGB

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

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

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

R = 44.64%
G = 38.95%
B = 16.41%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.63

 K value IS 0.2

RGB Variations

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

Color information

#CCB24B (or 0xCCB24B) is known color: Sundance. HEX triplet: CC, B2 and 4B. RGB value is (204,178,75). Sum of RGB (Red+Green+Blue) = 204+178+75=457 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.64% from 457); Green value is 178 (69.92% from 255 or 38.95% from 457); Blue value is 75 (29.69% from 255 or 16.41% from 457); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB24B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCB24B is #334DB4. Grayscale: #AEAEAE. Windows color (decimal): -3362229 or 4960972. OLE color: 4960972.

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

Color convert

RGB 204 178 75 -
CMYK 0 0.13 0.63 0.2
HSL 47.91º 0.56% 0.55% -
HSV(B) 47.91º 0.63% 0.8% -
XYZ 42.09 45.19 13.16 -
YUV 174.03 72.11 149.38 -
System Red Green Blue C M Y K H S L
Decimal 204 178 75 0 0.13 0.63 0.2 47.91 0.56 0.55
Hex CC B2 4B 0 D 3F 14 30 38 37
Octal 314 262 113 0 15 77 24 60 70 67
Binary 11001100 10110010 1001011 0 1101 111111 10100 110000 111000 110111

Color Harmonies of #CCB24B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB24B

Black with #CCB24B

Text Example


Text Example

White with #CCB24B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB24B; }

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

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

background-color css

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

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

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

border-color css

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

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

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