Html Css Color HEX #CFD765 Goldenrod

📋 copy color: '#CFD765'

red 207 ◦ green 215 ◦ blue 101

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

Shades of Goldenrod #CFD765

Tints of Goldenrod #CFD765

RGB

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

 GREEN value IS 215 (84.38% from 255) = 41.11%

 BLUE value IS 101 (39.84% from 255) = 19.31%

R = 39.58%
G = 41.11%
B = 19.31%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.53

 K value IS 0.16

RGB Variations

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

Color information

#CFD765 (or 0xCFD765) is known color: Goldenrod. HEX triplet: CF, D7 and 65. RGB value is (207,215,101). Sum of RGB (Red+Green+Blue) = 207+215+101=523 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.58% from 523); Green value is 215 (84.38% from 255 or 41.11% from 523); Blue value is 101 (39.84% from 255 or 19.31% from 523); Max value from RGB is 215 - color contains mainly: green. Hex color #CFD765 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFD765 is #30289A. Grayscale: #C8C8C8. Windows color (decimal): -3156123 or 6674383. OLE color: 6674383.

HSL color Cylindrical-coordinate representation of color #CFD765: hue angle of 64.21º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CFD765 is Cyan = 0.04, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.16.

Color convert

RGB 207 215 101 -
CMYK 0.04 0 0.53 0.16
HSL 64.21º 0.59% 0.62% -
HSV(B) 64.21º 0.53% 0.84% -
XYZ 52.38 62.81 21.67 -
YUV 199.61 72.35 133.27 -
System Red Green Blue C M Y K H S L
Decimal 207 215 101 0.04 0 0.53 0.16 64.21 0.59 0.62
Hex CF D7 65 4 0 35 10 40 3B 3E
Octal 317 327 145 4 0 65 20 100 73 76
Binary 11001111 11010111 1100101 100 0 110101 10000 1000000 111011 111110

Color Harmonies of #CFD765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFD765

Black with #CFD765

Text Example


Text Example

White with #CFD765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFD765; }

 p { color: rgb(207,215,101); }

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

background-color css

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

 a { background-color: rgb(207,215,101); }

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

border-color css

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

 span { border-color: rgb(207,215,101); }

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