Html Css Color HEX #CFD264 Goldenrod

📋 copy color: '#CFD264'

red 207 ◦ green 210 ◦ blue 100

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

Shades of Goldenrod #CFD264

Tints of Goldenrod #CFD264

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 19.34%

R = 40.04%
G = 40.62%
B = 19.34%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.52

 K value IS 0.18

RGB Variations

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

Color information

#CFD264 (or 0xCFD264) is known color: Goldenrod. HEX triplet: CF, D2 and 64. RGB value is (207,210,100). Sum of RGB (Red+Green+Blue) = 207+210+100=517 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.04% from 517); Green value is 210 (82.42% from 255 or 40.62% from 517); Blue value is 100 (39.45% from 255 or 19.34% from 517); Max value from RGB is 210 - color contains mainly: green. Hex color #CFD264 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFD264 is #302D9B. Grayscale: #C5C5C5. Windows color (decimal): -3157404 or 6607567. OLE color: 6607567.

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

Color convert

RGB 207 210 100 -
CMYK 0.01 0 0.52 0.18
HSL 61.64º 0.55% 0.61% -
HSV(B) 61.64º 0.52% 0.82% -
XYZ 51.08 60.28 21 -
YUV 196.56 73.51 135.44 -
System Red Green Blue C M Y K H S L
Decimal 207 210 100 0.01 0 0.52 0.18 61.64 0.55 0.61
Hex CF D2 64 1 0 34 12 3E 37 3D
Octal 317 322 144 1 0 64 22 76 67 75
Binary 11001111 11010010 1100100 1 0 110100 10010 111110 110111 111101

Color Harmonies of #CFD264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFD264

Black with #CFD264

Text Example


Text Example

White with #CFD264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFD264; }

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

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

background-color css

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

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

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

border-color css

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

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

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