Html Css Color HEX #CFCC4B Wattle

📋 copy color: '#CFCC4B'

red 207 ◦ green 204 ◦ blue 75

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

Shades of Wattle #CFCC4B

Tints of Wattle #CFCC4B

RGB

 RED value IS 207 (81.25% from 255) = 42.59%

 GREEN value IS 204 (80.08% from 255) = 41.98%

 BLUE value IS 75 (29.69% from 255) = 15.43%

R = 42.59%
G = 41.98%
B = 15.43%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.64

 K value IS 0.19

RGB Variations

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

Color information

#CFCC4B (or 0xCFCC4B) is known color: Wattle. HEX triplet: CF, CC and 4B. RGB value is (207,204,75). Sum of RGB (Red+Green+Blue) = 207+204+75=486 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.59% from 486); Green value is 204 (80.08% from 255 or 41.98% from 486); Blue value is 75 (29.69% from 255 or 15.43% from 486); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCC4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFCC4B is #3033B4. Grayscale: #BEBEBE. Windows color (decimal): -3158965 or 4967631. OLE color: 4967631.

HSL color Cylindrical-coordinate representation of color #CFCC4B: hue angle of 58.64º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CFCC4B is Cyan = 0, Magento = 0.01, Yellow = 0.64 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 204 75 -
CMYK 0 0.01 0.64 0.19
HSL 58.64º 0.58% 0.55% -
HSV(B) 58.64º 0.64% 0.81% -
XYZ 48.6 56.96 15.09 -
YUV 190.19 62.99 139.99 -
System Red Green Blue C M Y K H S L
Decimal 207 204 75 0 0.01 0.64 0.19 58.64 0.58 0.55
Hex CF CC 4B 0 1 40 13 3B 3A 37
Octal 317 314 113 0 1 100 23 73 72 67
Binary 11001111 11001100 1001011 0 1 1000000 10011 111011 111010 110111

Color Harmonies of #CFCC4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFCC4B

Black with #CFCC4B

Text Example


Text Example

White with #CFCC4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFCC4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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