Html Css Color HEX #CFD671 Goldenrod

📋 copy color: '#CFD671'

red 207 ◦ green 214 ◦ blue 113

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

Shades of Goldenrod #CFD671

Tints of Goldenrod #CFD671

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 21.16%

R = 38.76%
G = 40.07%
B = 21.16%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#CFD671 (or 0xCFD671) is known color: Goldenrod. HEX triplet: CF, D6 and 71. RGB value is (207,214,113). Sum of RGB (Red+Green+Blue) = 207+214+113=534 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.76% from 534); Green value is 214 (83.98% from 255 or 40.07% from 534); Blue value is 113 (44.53% from 255 or 21.16% from 534); Max value from RGB is 214 - color contains mainly: green. Hex color #CFD671 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFD671 is #30298E. Grayscale: #C8C8C8. Windows color (decimal): -3156367 or 7460559. OLE color: 7460559.

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

Color convert

RGB 207 214 113 -
CMYK 0.03 0 0.47 0.16
HSL 64.16º 0.55% 0.64% -
HSV(B) 64.16º 0.47% 0.84% -
XYZ 52.76 62.55 24.92 -
YUV 200.39 78.68 132.71 -
System Red Green Blue C M Y K H S L
Decimal 207 214 113 0.03 0 0.47 0.16 64.16 0.55 0.64
Hex CF D6 71 3 0 2F 10 40 37 40
Octal 317 326 161 3 0 57 20 100 67 100
Binary 11001111 11010110 1110001 11 0 101111 10000 1000000 110111 1000000

Color Harmonies of #CFD671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFD671

Black with #CFD671

Text Example


Text Example

White with #CFD671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFD671; }

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

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

background-color css

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

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

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

border-color css

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

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

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