Html Css Color HEX #CFD465 Goldenrod

📋 copy color: '#CFD465'

red 207 ◦ green 212 ◦ blue 101

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

Shades of Goldenrod #CFD465

Tints of Goldenrod #CFD465

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 19.42%

R = 39.81%
G = 40.77%
B = 19.42%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.52

 K value IS 0.17

RGB Variations

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

Color information

#CFD465 (or 0xCFD465) is known color: Goldenrod. HEX triplet: CF, D4 and 65. RGB value is (207,212,101). Sum of RGB (Red+Green+Blue) = 207+212+101=520 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.81% from 520); Green value is 212 (83.20% from 255 or 40.77% from 520); Blue value is 101 (39.84% from 255 or 19.42% from 520); Max value from RGB is 212 - color contains mainly: green. Hex color #CFD465 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFD465 is #302B9A. Grayscale: #C6C6C6. Windows color (decimal): -3156891 or 6673615. OLE color: 6673615.

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

Color convert

RGB 207 212 101 -
CMYK 0.02 0 0.52 0.17
HSL 62.7º 0.56% 0.61% -
HSV(B) 62.7º 0.52% 0.83% -
XYZ 51.62 61.29 21.42 -
YUV 197.85 73.34 134.53 -
System Red Green Blue C M Y K H S L
Decimal 207 212 101 0.02 0 0.52 0.17 62.7 0.56 0.61
Hex CF D4 65 2 0 34 11 3F 38 3D
Octal 317 324 145 2 0 64 21 77 70 75
Binary 11001111 11010100 1100101 10 0 110100 10001 111111 111000 111101

Color Harmonies of #CFD465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFD465

Black with #CFD465

Text Example


Text Example

White with #CFD465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFD465; }

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

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

background-color css

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

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

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

border-color css

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

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

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