Html Css Color HEX #CCCF3F Wattle

📋 copy color: '#CCCF3F'

red 204 ◦ green 207 ◦ blue 63

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

Shades of Wattle #CCCF3F

Tints of Wattle #CCCF3F

RGB

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

 GREEN value IS 207 (81.25% from 255) = 43.67%

 BLUE value IS 63 (25% from 255) = 13.29%

R = 43.04%
G = 43.67%
B = 13.29%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.70

 K value IS 0.19

RGB Variations

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

Color information

#CCCF3F (or 0xCCCF3F) is known color: Wattle. HEX triplet: CC, CF and 3F. RGB value is (204,207,63). Sum of RGB (Red+Green+Blue) = 204+207+63=474 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.04% from 474); Green value is 207 (81.25% from 255 or 43.67% from 474); Blue value is 63 (25% from 255 or 13.29% from 474); Max value from RGB is 207 - color contains mainly: green. Hex color #CCCF3F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCCF3F is #3330C0. Grayscale: #BEBEBE. Windows color (decimal): -3354817 or 4181964. OLE color: 4181964.

HSL color Cylindrical-coordinate representation of color #CCCF3F: hue angle of 61.25º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CCCF3F is Cyan = 0.01, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.19.

Color convert

RGB 204 207 63 -
CMYK 0.01 0 0.70 0.19
HSL 61.25º 0.6% 0.53% -
HSV(B) 61.25º 0.7% 0.81% -
XYZ 48.11 57.82 13.33 -
YUV 189.69 56.51 138.21 -
System Red Green Blue C M Y K H S L
Decimal 204 207 63 0.01 0 0.70 0.19 61.25 0.6 0.53
Hex CC CF 3F 1 0 46 13 3D 3C 35
Octal 314 317 77 1 0 106 23 75 74 65
Binary 11001100 11001111 111111 1 0 1000110 10011 111101 111100 110101

Color Harmonies of #CCCF3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCF3F

Black with #CCCF3F

Text Example


Text Example

White with #CCCF3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCF3F; }

 p { color: rgb(204,207,63); }

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

background-color css

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

 a { background-color: rgb(204,207,63); }

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

border-color css

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

 span { border-color: rgb(204,207,63); }

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