Html Css Color HEX #CCC769 Wild Willow

📋 copy color: '#CCC769'

red 204 ◦ green 199 ◦ blue 105

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

Shades of Wild Willow #CCC769

Tints of Wild Willow #CCC769

RGB

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

 GREEN value IS 199 (78.13% from 255) = 39.17%

 BLUE value IS 105 (41.41% from 255) = 20.67%

R = 40.16%
G = 39.17%
B = 20.67%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.49

 K value IS 0.2

RGB Variations

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

Color information

#CCC769 (or 0xCCC769) is known color: Wild Willow. HEX triplet: CC, C7 and 69. RGB value is (204,199,105). Sum of RGB (Red+Green+Blue) = 204+199+105=508 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.16% from 508); Green value is 199 (78.12% from 255 or 39.17% from 508); Blue value is 105 (41.41% from 255 or 20.67% from 508); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC769 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC769 is #333896. Grayscale: #BEBEBE. Windows color (decimal): -3356823 or 6932428. OLE color: 6932428.

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

Color convert

RGB 204 199 105 -
CMYK 0 0.02 0.49 0.2
HSL 56.97º 0.49% 0.61% -
HSV(B) 56.97º 0.49% 0.8% -
XYZ 47.88 54.7 21.4 -
YUV 189.78 80.16 138.14 -
System Red Green Blue C M Y K H S L
Decimal 204 199 105 0 0.02 0.49 0.2 56.97 0.49 0.61
Hex CC C7 69 0 2 31 14 39 31 3D
Octal 314 307 151 0 2 61 24 71 61 75
Binary 11001100 11000111 1101001 0 10 110001 10100 111001 110001 111101

Color Harmonies of #CCC769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC769

Black with #CCC769

Text Example


Text Example

White with #CCC769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC769; }

 p { color: rgb(204,199,105); }

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

background-color css

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

 a { background-color: rgb(204,199,105); }

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

border-color css

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

 span { border-color: rgb(204,199,105); }

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