Html Css Color HEX #CCCB61 Wild Willow

📋 copy color: '#CCCB61'

red 204 ◦ green 203 ◦ blue 97

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

Shades of Wild Willow #CCCB61

Tints of Wild Willow #CCCB61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 19.25%

R = 40.48%
G = 40.28%
B = 19.25%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.52

 K value IS 0.2

RGB Variations

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

Color information

#CCCB61 (or 0xCCCB61) is known color: Wild Willow. HEX triplet: CC, CB and 61. RGB value is (204,203,97). Sum of RGB (Red+Green+Blue) = 204+203+97=504 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.48% from 504); Green value is 203 (79.69% from 255 or 40.28% from 504); Blue value is 97 (38.28% from 255 or 19.25% from 504); Max value from RGB is 204 - color contains mainly: red. Hex color #CCCB61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCCB61 is #33349E. Grayscale: #BFBFBF. Windows color (decimal): -3355807 or 6409164. OLE color: 6409164.

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

Color convert

RGB 204 203 97 -
CMYK 0 0.00 0.52 0.2
HSL 59.44º 0.51% 0.59% -
HSV(B) 59.44º 0.52% 0.8% -
XYZ 48.42 56.41 19.65 -
YUV 191.22 74.83 137.12 -
System Red Green Blue C M Y K H S L
Decimal 204 203 97 0 0.00 0.52 0.2 59.44 0.51 0.59
Hex CC CB 61 0 0 34 14 3B 33 3B
Octal 314 313 141 0 0 64 24 73 63 73
Binary 11001100 11001011 1100001 0 0 110100 10100 111011 110011 111011

Color Harmonies of #CCCB61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCB61

Black with #CCCB61

Text Example


Text Example

White with #CCCB61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCB61; }

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

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

background-color css

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

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

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

border-color css

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

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

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