Html Css Color HEX #CCCB62 Wild Willow

📋 copy color: '#CCCB62'

red 204 ◦ green 203 ◦ blue 98

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

Shades of Wild Willow #CCCB62

Tints of Wild Willow #CCCB62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 19.41%

R = 40.4%
G = 40.2%
B = 19.41%

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

#CCCB62 (or 0xCCCB62) is known color: Wild Willow. HEX triplet: CC, CB and 62. RGB value is (204,203,98). Sum of RGB (Red+Green+Blue) = 204+203+98=505 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.40% from 505); Green value is 203 (79.69% from 255 or 40.20% from 505); Blue value is 98 (38.67% from 255 or 19.41% from 505); Max value from RGB is 204 - color contains mainly: red. Hex color #CCCB62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCCB62 is #33349D. Grayscale: #BFBFBF. Windows color (decimal): -3355806 or 6474700. OLE color: 6474700.

HSL color Cylindrical-coordinate representation of color #CCCB62: 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.52%. Process color model (Four color, CMYK) of #CCCB62 is Cyan = 0, Magento = 0.00, Yellow = 0.52 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 203 98 -
CMYK 0 0.00 0.52 0.2
HSL 59.43º 0.51% 0.59% -
HSV(B) 59.43º 0.52% 0.8% -
XYZ 48.46 56.43 19.89 -
YUV 191.33 75.33 137.04 -
System Red Green Blue C M Y K H S L
Decimal 204 203 98 0 0.00 0.52 0.2 59.43 0.51 0.59
Hex CC CB 62 0 0 34 14 3B 33 3B
Octal 314 313 142 0 0 64 24 73 63 73
Binary 11001100 11001011 1100010 0 0 110100 10100 111011 110011 111011

Color Harmonies of #CCCB62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCB62

Black with #CCCB62

Text Example


Text Example

White with #CCCB62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCB62; }

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

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

background-color css

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

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

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

border-color css

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

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

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