Html Css Color HEX #CFD415 Barberry

📋 copy color: '#CFD415'

red 207 ◦ green 212 ◦ blue 21

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

Shades of Barberry #CFD415

Tints of Barberry #CFD415

RGB

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

 GREEN value IS 212 (83.2% from 255) = 48.18%

 BLUE value IS 21 (8.59% from 255) = 4.77%

R = 47.05%
G = 48.18%
B = 4.77%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.90

 K value IS 0.17

RGB Variations

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

Color information

#CFD415 (or 0xCFD415) is known color: Barberry. HEX triplet: CF, D4 and 15. RGB value is (207,212,21). Sum of RGB (Red+Green+Blue) = 207+212+21=440 (58% of max value = 765). Red value is 207 (81.25% from 255 or 47.05% from 440); Green value is 212 (83.20% from 255 or 48.18% from 440); Blue value is 21 (8.59% from 255 or 4.77% from 440); Max value from RGB is 212 - color contains mainly: green. Hex color #CFD415 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFD415 is #302BEA. Grayscale: #BDBDBD. Windows color (decimal): -3156971 or 1430735. OLE color: 1430735.

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

Color convert

RGB 207 212 21 -
CMYK 0.02 0 0.90 0.17
HSL 61.57º 0.82% 0.46% -
HSV(B) 61.57º 0.9% 0.83% -
XYZ 49.41 60.41 9.76 -
YUV 188.73 33.34 141.03 -
System Red Green Blue C M Y K H S L
Decimal 207 212 21 0.02 0 0.90 0.17 61.57 0.82 0.46
Hex CF D4 15 2 0 5A 11 3E 52 2E
Octal 317 324 25 2 0 132 21 76 122 56
Binary 11001111 11010100 10101 10 0 1011010 10001 111110 1010010 101110

Color Harmonies of #CFD415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFD415

Black with #CFD415

Text Example


Text Example

White with #CFD415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFD415; }

 p { color: rgb(207,212,21); }

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

background-color css

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

 a { background-color: rgb(207,212,21); }

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

border-color css

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

 span { border-color: rgb(207,212,21); }

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