Html Css Color HEX #CFDC98 Reef

📋 copy color: '#CFDC98'

red 207 ◦ green 220 ◦ blue 152

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

Shades of Reef #CFDC98

Tints of Reef #CFDC98

RGB

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

 GREEN value IS 220 (86.33% from 255) = 38%

 BLUE value IS 152 (59.77% from 255) = 26.25%

R = 35.75%
G = 38%
B = 26.25%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.31

 K value IS 0.14

RGB Variations

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

Color information

#CFDC98 (or 0xCFDC98) is known color: Reef. HEX triplet: CF, DC and 98. RGB value is (207,220,152). Sum of RGB (Red+Green+Blue) = 207+220+152=579 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.75% from 579); Green value is 220 (86.33% from 255 or 38.00% from 579); Blue value is 152 (59.77% from 255 or 26.25% from 579); Max value from RGB is 220 - color contains mainly: green. Hex color #CFDC98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFDC98 is #302367. Grayscale: #D0D0D0. Windows color (decimal): -3154792 or 10017999. OLE color: 10017999.

HSL color Cylindrical-coordinate representation of color #CFDC98: hue angle of 71.47º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CFDC98 is Cyan = 0.06, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.14.

Color convert

RGB 207 220 152 -
CMYK 0.06 0 0.31 0.14
HSL 71.47º 0.49% 0.73% -
HSV(B) 71.47º 0.31% 0.86% -
XYZ 56.99 66.72 39.58 -
YUV 208.36 96.19 127.03 -
System Red Green Blue C M Y K H S L
Decimal 207 220 152 0.06 0 0.31 0.14 71.47 0.49 0.73
Hex CF DC 98 6 0 1F E 47 31 49
Octal 317 334 230 6 0 37 16 107 61 111
Binary 11001111 11011100 10011000 110 0 11111 1110 1000111 110001 1001001

Color Harmonies of #CFDC98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFDC98

Black with #CFDC98

Text Example


Text Example

White with #CFDC98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFDC98; }

 p { color: rgb(207,220,152); }

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

background-color css

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

 a { background-color: rgb(207,220,152); }

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

border-color css

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

 span { border-color: rgb(207,220,152); }

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