Html Css Color HEX #CFDA6B Goldenrod

📋 copy color: '#CFDA6B'

red 207 ◦ green 218 ◦ blue 107

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

Shades of Goldenrod #CFDA6B

Tints of Goldenrod #CFDA6B

RGB

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

 GREEN value IS 218 (85.55% from 255) = 40.98%

 BLUE value IS 107 (42.19% from 255) = 20.11%

R = 38.91%
G = 40.98%
B = 20.11%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.51

 K value IS 0.15

RGB Variations

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

Color information

#CFDA6B (or 0xCFDA6B) is known color: Goldenrod. HEX triplet: CF, DA and 6B. RGB value is (207,218,107). Sum of RGB (Red+Green+Blue) = 207+218+107=532 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.91% from 532); Green value is 218 (85.55% from 255 or 40.98% from 532); Blue value is 107 (42.19% from 255 or 20.11% from 532); Max value from RGB is 218 - color contains mainly: green. Hex color #CFDA6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFDA6B is #302594. Grayscale: #CACACA. Windows color (decimal): -3155349 or 7068367. OLE color: 7068367.

HSL color Cylindrical-coordinate representation of color #CFDA6B: hue angle of 65.95º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CFDA6B is Cyan = 0.05, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.15.

Color convert

RGB 207 218 107 -
CMYK 0.05 0 0.51 0.15
HSL 65.95º 0.6% 0.64% -
HSV(B) 65.95º 0.51% 0.85% -
XYZ 53.46 64.47 23.54 -
YUV 202.06 74.36 131.53 -
System Red Green Blue C M Y K H S L
Decimal 207 218 107 0.05 0 0.51 0.15 65.95 0.6 0.64
Hex CF DA 6B 5 0 33 F 42 3C 40
Octal 317 332 153 5 0 63 17 102 74 100
Binary 11001111 11011010 1101011 101 0 110011 1111 1000010 111100 1000000

Color Harmonies of #CFDA6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFDA6B

Black with #CFDA6B

Text Example


Text Example

White with #CFDA6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFDA6B; }

 p { color: rgb(207,218,107); }

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

background-color css

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

 a { background-color: rgb(207,218,107); }

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

border-color css

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

 span { border-color: rgb(207,218,107); }

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