Html Css Color HEX #CFD464 Goldenrod

📋 copy color: '#CFD464'

red 207 ◦ green 212 ◦ blue 100

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

Shades of Goldenrod #CFD464

Tints of Goldenrod #CFD464

RGB

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

 GREEN value IS 212 (83.2% from 255) = 40.85%

 BLUE value IS 100 (39.45% from 255) = 19.27%

R = 39.88%
G = 40.85%
B = 19.27%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.53

 K value IS 0.17

RGB Variations

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

Color information

#CFD464 (or 0xCFD464) is known color: Goldenrod. HEX triplet: CF, D4 and 64. RGB value is (207,212,100). Sum of RGB (Red+Green+Blue) = 207+212+100=519 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.88% from 519); Green value is 212 (83.20% from 255 or 40.85% from 519); Blue value is 100 (39.45% from 255 or 19.27% from 519); Max value from RGB is 212 - color contains mainly: green. Hex color #CFD464 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFD464 is #302B9B. Grayscale: #C6C6C6. Windows color (decimal): -3156892 or 6608079. OLE color: 6608079.

HSL color Cylindrical-coordinate representation of color #CFD464: hue angle of 62.68º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CFD464 is Cyan = 0.02, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.17.

Color convert

RGB 207 212 100 -
CMYK 0.02 0 0.53 0.17
HSL 62.68º 0.57% 0.61% -
HSV(B) 62.68º 0.53% 0.83% -
XYZ 51.58 61.27 21.17 -
YUV 197.74 72.84 134.61 -
System Red Green Blue C M Y K H S L
Decimal 207 212 100 0.02 0 0.53 0.17 62.68 0.57 0.61
Hex CF D4 64 2 0 35 11 3F 39 3D
Octal 317 324 144 2 0 65 21 77 71 75
Binary 11001111 11010100 1100100 10 0 110101 10001 111111 111001 111101

Color Harmonies of #CFD464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFD464

Black with #CFD464

Text Example


Text Example

White with #CFD464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFD464; }

 p { color: rgb(207,212,100); }

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

background-color css

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

 a { background-color: rgb(207,212,100); }

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

border-color css

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

 span { border-color: rgb(207,212,100); }

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