Html Css Color HEX #CCCB63 Wild Willow

📋 copy color: '#CCCB63'

red 204 ◦ green 203 ◦ blue 99

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

Shades of Wild Willow #CCCB63

Tints of Wild Willow #CCCB63

RGB

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

 GREEN value IS 203 (79.69% from 255) = 40.12%

 BLUE value IS 99 (39.06% from 255) = 19.57%

R = 40.32%
G = 40.12%
B = 19.57%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.51

 K value IS 0.2

RGB Variations

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

Color information

#CCCB63 (or 0xCCCB63) is known color: Wild Willow. HEX triplet: CC, CB and 63. RGB value is (204,203,99). Sum of RGB (Red+Green+Blue) = 204+203+99=506 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.32% from 506); Green value is 203 (79.69% from 255 or 40.12% from 506); Blue value is 99 (39.06% from 255 or 19.57% from 506); Max value from RGB is 204 - color contains mainly: red. Hex color #CCCB63 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCCB63 is #33349C. Grayscale: #BFBFBF. Windows color (decimal): -3355805 or 6540236. OLE color: 6540236.

HSL color Cylindrical-coordinate representation of color #CCCB63: hue angle of 59.43º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CCCB63 is Cyan = 0, Magento = 0.00, Yellow = 0.51 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 203 99 -
CMYK 0 0.00 0.51 0.2
HSL 59.43º 0.51% 0.59% -
HSV(B) 59.43º 0.51% 0.8% -
XYZ 48.51 56.45 20.14 -
YUV 191.44 75.83 136.96 -
System Red Green Blue C M Y K H S L
Decimal 204 203 99 0 0.00 0.51 0.2 59.43 0.51 0.59
Hex CC CB 63 0 0 33 14 3B 33 3B
Octal 314 313 143 0 0 63 24 73 63 73
Binary 11001100 11001011 1100011 0 0 110011 10100 111011 110011 111011

Color Harmonies of #CCCB63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCB63

Black with #CCCB63

Text Example


Text Example

White with #CCCB63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCB63; }

 p { color: rgb(204,203,99); }

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

background-color css

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

 a { background-color: rgb(204,203,99); }

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

border-color css

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

 span { border-color: rgb(204,203,99); }

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