Html Css Color HEX #CFD56D Goldenrod

📋 copy color: '#CFD56D'

red 207 ◦ green 213 ◦ blue 109

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

Shades of Goldenrod #CFD56D

Tints of Goldenrod #CFD56D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 20.6%

R = 39.13%
G = 40.26%
B = 20.6%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.49

 K value IS 0.16

RGB Variations

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

Color information

#CFD56D (or 0xCFD56D) is known color: Goldenrod. HEX triplet: CF, D5 and 6D. RGB value is (207,213,109). Sum of RGB (Red+Green+Blue) = 207+213+109=529 (70% of max value = 765). Red value is 207 (81.25% from 255 or 39.13% from 529); Green value is 213 (83.59% from 255 or 40.26% from 529); Blue value is 109 (42.97% from 255 or 20.60% from 529); Max value from RGB is 213 - color contains mainly: green. Hex color #CFD56D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFD56D is #302A92. Grayscale: #C7C7C7. Windows color (decimal): -3156627 or 7198159. OLE color: 7198159.

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

Color convert

RGB 207 213 109 -
CMYK 0.03 0 0.49 0.16
HSL 63.46º 0.55% 0.63% -
HSV(B) 63.46º 0.49% 0.84% -
XYZ 52.29 61.96 23.67 -
YUV 199.35 77.01 133.46 -
System Red Green Blue C M Y K H S L
Decimal 207 213 109 0.03 0 0.49 0.16 63.46 0.55 0.63
Hex CF D5 6D 3 0 31 10 3F 37 3F
Octal 317 325 155 3 0 61 20 77 67 77
Binary 11001111 11010101 1101101 11 0 110001 10000 111111 110111 111111

Color Harmonies of #CFD56D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFD56D

Black with #CFD56D

Text Example


Text Example

White with #CFD56D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFD56D; }

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

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

background-color css

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

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

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

border-color css

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

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

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