Html Css Color HEX #CFD270 Goldenrod

📋 copy color: '#CFD270'

red 207 ◦ green 210 ◦ blue 112

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

Shades of Goldenrod #CFD270

Tints of Goldenrod #CFD270

RGB

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

 GREEN value IS 210 (82.42% from 255) = 39.7%

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

R = 39.13%
G = 39.7%
B = 21.17%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.47

 K value IS 0.18

RGB Variations

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

Color information

#CFD270 (or 0xCFD270) is known color: Goldenrod. HEX triplet: CF, D2 and 70. RGB value is (207,210,112). Sum of RGB (Red+Green+Blue) = 207+210+112=529 (70% of max value = 765). Red value is 207 (81.25% from 255 or 39.13% from 529); Green value is 210 (82.42% from 255 or 39.70% from 529); Blue value is 112 (44.14% from 255 or 21.17% from 529); Max value from RGB is 210 - color contains mainly: green. Hex color #CFD270 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFD270 is #302D8F. Grayscale: #C6C6C6. Windows color (decimal): -3157392 or 7393999. OLE color: 7393999.

HSL color Cylindrical-coordinate representation of color #CFD270: hue angle of 61.84º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CFD270 is Cyan = 0.01, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.18.

Color convert

RGB 207 210 112 -
CMYK 0.01 0 0.47 0.18
HSL 61.84º 0.52% 0.63% -
HSV(B) 61.84º 0.47% 0.82% -
XYZ 51.7 60.53 24.29 -
YUV 197.93 79.51 134.47 -
System Red Green Blue C M Y K H S L
Decimal 207 210 112 0.01 0 0.47 0.18 61.84 0.52 0.63
Hex CF D2 70 1 0 2F 12 3E 34 3F
Octal 317 322 160 1 0 57 22 76 64 77
Binary 11001111 11010010 1110000 1 0 101111 10010 111110 110100 111111

Color Harmonies of #CFD270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFD270

Black with #CFD270

Text Example


Text Example

White with #CFD270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFD270; }

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

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

background-color css

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

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

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

border-color css

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

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

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