Html Css Color HEX #CFD670 Goldenrod

📋 copy color: '#CFD670'

red 207 ◦ green 214 ◦ blue 112

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

Shades of Goldenrod #CFD670

Tints of Goldenrod #CFD670

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 21.01%

R = 38.84%
G = 40.15%
B = 21.01%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#CFD670 (or 0xCFD670) is known color: Goldenrod. HEX triplet: CF, D6 and 70. RGB value is (207,214,112). Sum of RGB (Red+Green+Blue) = 207+214+112=533 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.84% from 533); Green value is 214 (83.98% from 255 or 40.15% from 533); Blue value is 112 (44.14% from 255 or 21.01% from 533); Max value from RGB is 214 - color contains mainly: green. Hex color #CFD670 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFD670 is #30298F. Grayscale: #C8C8C8. Windows color (decimal): -3156368 or 7395023. OLE color: 7395023.

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

Color convert

RGB 207 214 112 -
CMYK 0.03 0 0.48 0.16
HSL 64.12º 0.55% 0.64% -
HSV(B) 64.12º 0.48% 0.84% -
XYZ 52.7 62.53 24.62 -
YUV 200.28 78.18 132.79 -
System Red Green Blue C M Y K H S L
Decimal 207 214 112 0.03 0 0.48 0.16 64.12 0.55 0.64
Hex CF D6 70 3 0 30 10 40 37 40
Octal 317 326 160 3 0 60 20 100 67 100
Binary 11001111 11010110 1110000 11 0 110000 10000 1000000 110111 1000000

Color Harmonies of #CFD670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFD670

Black with #CFD670

Text Example


Text Example

White with #CFD670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFD670; }

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

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

background-color css

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

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

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

border-color css

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

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

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