Html Css Color HEX #CFD562 Goldenrod

📋 copy color: '#CFD562'

red 207 ◦ green 213 ◦ blue 98

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

Shades of Goldenrod #CFD562

Tints of Goldenrod #CFD562

RGB

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

 GREEN value IS 213 (83.59% from 255) = 41.12%

 BLUE value IS 98 (38.67% from 255) = 18.92%

R = 39.96%
G = 41.12%
B = 18.92%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.54

 K value IS 0.16

RGB Variations

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

Color information

#CFD562 (or 0xCFD562) is known color: Goldenrod. HEX triplet: CF, D5 and 62. RGB value is (207,213,98). Sum of RGB (Red+Green+Blue) = 207+213+98=518 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.96% from 518); Green value is 213 (83.59% from 255 or 41.12% from 518); Blue value is 98 (38.67% from 255 or 18.92% from 518); Max value from RGB is 213 - color contains mainly: green. Hex color #CFD562 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFD562 is #302A9D. Grayscale: #C6C6C6. Windows color (decimal): -3156638 or 6477263. OLE color: 6477263.

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

Color convert

RGB 207 213 98 -
CMYK 0.03 0 0.54 0.16
HSL 63.13º 0.58% 0.61% -
HSV(B) 63.13º 0.54% 0.84% -
XYZ 51.73 61.74 20.74 -
YUV 198.1 71.51 134.35 -
System Red Green Blue C M Y K H S L
Decimal 207 213 98 0.03 0 0.54 0.16 63.13 0.58 0.61
Hex CF D5 62 3 0 36 10 3F 3A 3D
Octal 317 325 142 3 0 66 20 77 72 75
Binary 11001111 11010101 1100010 11 0 110110 10000 111111 111010 111101

Color Harmonies of #CFD562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFD562

Black with #CFD562

Text Example


Text Example

White with #CFD562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFD562; }

 p { color: rgb(207,213,98); }

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

background-color css

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

 a { background-color: rgb(207,213,98); }

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

border-color css

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

 span { border-color: rgb(207,213,98); }

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