Html Css Color HEX #CFD64A Wattle

📋 copy color: '#CFD64A'

red 207 ◦ green 214 ◦ blue 74

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

Shades of Wattle #CFD64A

Tints of Wattle #CFD64A

RGB

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

 GREEN value IS 214 (83.98% from 255) = 43.23%

 BLUE value IS 74 (29.3% from 255) = 14.95%

R = 41.82%
G = 43.23%
B = 14.95%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#CFD64A (or 0xCFD64A) is known color: Wattle. HEX triplet: CF, D6 and 4A. RGB value is (207,214,74). Sum of RGB (Red+Green+Blue) = 207+214+74=495 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.82% from 495); Green value is 214 (83.98% from 255 or 43.23% from 495); Blue value is 74 (29.30% from 255 or 14.95% from 495); Max value from RGB is 214 - color contains mainly: green. Hex color #CFD64A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFD64A is #3029B5. Grayscale: #C4C4C4. Windows color (decimal): -3156406 or 4904655. OLE color: 4904655.

HSL color Cylindrical-coordinate representation of color #CFD64A: hue angle of 63º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CFD64A is Cyan = 0.03, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.16.

Color convert

RGB 207 214 74 -
CMYK 0.03 0 0.65 0.16
HSL 63º 0.63% 0.56% -
HSV(B) 63º 0.65% 0.84% -
XYZ 51.01 61.85 15.73 -
YUV 195.95 59.18 135.88 -
System Red Green Blue C M Y K H S L
Decimal 207 214 74 0.03 0 0.65 0.16 63 0.63 0.56
Hex CF D6 4A 3 0 41 10 3F 3F 38
Octal 317 326 112 3 0 101 20 77 77 70
Binary 11001111 11010110 1001010 11 0 1000001 10000 111111 111111 111000

Color Harmonies of #CFD64A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFD64A

Black with #CFD64A

Text Example


Text Example

White with #CFD64A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFD64A; }

 p { color: rgb(207,214,74); }

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

background-color css

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

 a { background-color: rgb(207,214,74); }

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

border-color css

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

 span { border-color: rgb(207,214,74); }

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