Html Css Color HEX #CFD51C Barberry

📋 copy color: '#CFD51C'

red 207 ◦ green 213 ◦ blue 28

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

Shades of Barberry #CFD51C

Tints of Barberry #CFD51C

RGB

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

 GREEN value IS 213 (83.59% from 255) = 47.54%

 BLUE value IS 28 (11.33% from 255) = 6.25%

R = 46.21%
G = 47.54%
B = 6.25%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#CFD51C (or 0xCFD51C) is known color: Barberry. HEX triplet: CF, D5 and 1C. RGB value is (207,213,28). Sum of RGB (Red+Green+Blue) = 207+213+28=448 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.21% from 448); Green value is 213 (83.59% from 255 or 47.54% from 448); Blue value is 28 (11.33% from 255 or 6.25% from 448); Max value from RGB is 213 - color contains mainly: green. Hex color #CFD51C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFD51C is #302AE3. Grayscale: #BEBEBE. Windows color (decimal): -3156708 or 1889743. OLE color: 1889743.

HSL color Cylindrical-coordinate representation of color #CFD51C: hue angle of 61.95º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CFD51C is Cyan = 0.03, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.16.

Color convert

RGB 207 213 28 -
CMYK 0.03 0 0.87 0.16
HSL 61.95º 0.77% 0.47% -
HSV(B) 61.95º 0.87% 0.84% -
XYZ 49.74 60.94 10.24 -
YUV 190.12 36.51 140.04 -
System Red Green Blue C M Y K H S L
Decimal 207 213 28 0.03 0 0.87 0.16 61.95 0.77 0.47
Hex CF D5 1C 3 0 57 10 3E 4D 2F
Octal 317 325 34 3 0 127 20 76 115 57
Binary 11001111 11010101 11100 11 0 1010111 10000 111110 1001101 101111

Color Harmonies of #CFD51C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFD51C

Black with #CFD51C

Text Example


Text Example

White with #CFD51C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFD51C; }

 p { color: rgb(207,213,28); }

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

background-color css

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

 a { background-color: rgb(207,213,28); }

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

border-color css

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

 span { border-color: rgb(207,213,28); }

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