Html Css Color HEX #CFDD5B Goldenrod

📋 copy color: '#CFDD5B'

red 207 ◦ green 221 ◦ blue 91

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

Shades of Goldenrod #CFDD5B

Tints of Goldenrod #CFDD5B

RGB

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

 GREEN value IS 221 (86.72% from 255) = 42.58%

 BLUE value IS 91 (35.94% from 255) = 17.53%

R = 39.88%
G = 42.58%
B = 17.53%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.59

 K value IS 0.13

RGB Variations

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

Color information

#CFDD5B (or 0xCFDD5B) is known color: Goldenrod. HEX triplet: CF, DD and 5B. RGB value is (207,221,91). Sum of RGB (Red+Green+Blue) = 207+221+91=519 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.88% from 519); Green value is 221 (86.72% from 255 or 42.58% from 519); Blue value is 91 (35.94% from 255 or 17.53% from 519); Max value from RGB is 221 - color contains mainly: green. Hex color #CFDD5B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFDD5B is #3022A4. Grayscale: #CACACA. Windows color (decimal): -3154597 or 6020559. OLE color: 6020559.

HSL color Cylindrical-coordinate representation of color #CFDD5B: hue angle of 66.46º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CFDD5B is Cyan = 0.06, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.13.

Color convert

RGB 207 221 91 -
CMYK 0.06 0 0.59 0.13
HSL 66.46º 0.66% 0.61% -
HSV(B) 66.46º 0.59% 0.87% -
XYZ 53.48 65.73 19.77 -
YUV 201.99 65.36 131.57 -
System Red Green Blue C M Y K H S L
Decimal 207 221 91 0.06 0 0.59 0.13 66.46 0.66 0.61
Hex CF DD 5B 6 0 3B D 42 42 3D
Octal 317 335 133 6 0 73 15 102 102 75
Binary 11001111 11011101 1011011 110 0 111011 1101 1000010 1000010 111101

Color Harmonies of #CFDD5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFDD5B

Black with #CFDD5B

Text Example


Text Example

White with #CFDD5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFDD5B; }

 p { color: rgb(207,221,91); }

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

background-color css

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

 a { background-color: rgb(207,221,91); }

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

border-color css

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

 span { border-color: rgb(207,221,91); }

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