Html Css Color HEX #CFD214 Barberry

📋 copy color: '#CFD214'

red 207 ◦ green 210 ◦ blue 20

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

Shades of Barberry #CFD214

Tints of Barberry #CFD214

RGB

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

 GREEN value IS 210 (82.42% from 255) = 48.05%

 BLUE value IS 20 (8.2% from 255) = 4.58%

R = 47.37%
G = 48.05%
B = 4.58%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#CFD214 (or 0xCFD214) is known color: Barberry. HEX triplet: CF, D2 and 14. RGB value is (207,210,20). Sum of RGB (Red+Green+Blue) = 207+210+20=437 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.37% from 437); Green value is 210 (82.42% from 255 or 48.05% from 437); Blue value is 20 (8.20% from 255 or 4.58% from 437); Max value from RGB is 210 - color contains mainly: green. Hex color #CFD214 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFD214 is #302DEB. Grayscale: #BCBCBC. Windows color (decimal): -3157484 or 1364687. OLE color: 1364687.

HSL color Cylindrical-coordinate representation of color #CFD214: hue angle of 60.95º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CFD214 is Cyan = 0.01, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.18.

Color convert

RGB 207 210 20 -
CMYK 0.01 0 0.90 0.18
HSL 60.95º 0.83% 0.45% -
HSV(B) 60.95º 0.9% 0.82% -
XYZ 48.9 59.41 9.55 -
YUV 187.44 33.51 141.95 -
System Red Green Blue C M Y K H S L
Decimal 207 210 20 0.01 0 0.90 0.18 60.95 0.83 0.45
Hex CF D2 14 1 0 5A 12 3D 53 2D
Octal 317 322 24 1 0 132 22 75 123 55
Binary 11001111 11010010 10100 1 0 1011010 10010 111101 1010011 101101

Color Harmonies of #CFD214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFD214

Black with #CFD214

Text Example


Text Example

White with #CFD214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFD214; }

 p { color: rgb(207,210,20); }

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

background-color css

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

 a { background-color: rgb(207,210,20); }

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

border-color css

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

 span { border-color: rgb(207,210,20); }

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