Html Css Color HEX #CFDB6B Goldenrod

📋 copy color: '#CFDB6B'

red 207 ◦ green 219 ◦ blue 107

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

Shades of Goldenrod #CFDB6B

Tints of Goldenrod #CFDB6B

RGB

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

 GREEN value IS 219 (85.94% from 255) = 41.09%

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

R = 38.84%
G = 41.09%
B = 20.08%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.51

 K value IS 0.14

RGB Variations

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

Color information

#CFDB6B (or 0xCFDB6B) is known color: Goldenrod. HEX triplet: CF, DB and 6B. RGB value is (207,219,107). Sum of RGB (Red+Green+Blue) = 207+219+107=533 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.84% from 533); Green value is 219 (85.94% from 255 or 41.09% from 533); Blue value is 107 (42.19% from 255 or 20.08% from 533); Max value from RGB is 219 - color contains mainly: green. Hex color #CFDB6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFDB6B is #302494. Grayscale: #CBCBCB. Windows color (decimal): -3155093 or 7068623. OLE color: 7068623.

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

Color convert

RGB 207 219 107 -
CMYK 0.05 0 0.51 0.14
HSL 66.43º 0.61% 0.64% -
HSV(B) 66.43º 0.51% 0.86% -
XYZ 53.72 64.99 23.62 -
YUV 202.64 74.02 131.11 -
System Red Green Blue C M Y K H S L
Decimal 207 219 107 0.05 0 0.51 0.14 66.43 0.61 0.64
Hex CF DB 6B 5 0 33 E 42 3D 40
Octal 317 333 153 5 0 63 16 102 75 100
Binary 11001111 11011011 1101011 101 0 110011 1110 1000010 111101 1000000

Color Harmonies of #CFDB6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFDB6B

Black with #CFDB6B

Text Example


Text Example

White with #CFDB6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFDB6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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