Html Css Color HEX #CFB41D Bird Flower

📋 copy color: '#CFB41D'

red 207 ◦ green 180 ◦ blue 29

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

Shades of Bird Flower #CFB41D

Tints of Bird Flower #CFB41D

RGB

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

 GREEN value IS 180 (70.7% from 255) = 43.27%

 BLUE value IS 29 (11.72% from 255) = 6.97%

R = 49.76%
G = 43.27%
B = 6.97%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.86

 K value IS 0.19

RGB Variations

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

Color information

#CFB41D (or 0xCFB41D) is known color: Bird Flower. HEX triplet: CF, B4 and 1D. RGB value is (207,180,29). Sum of RGB (Red+Green+Blue) = 207+180+29=416 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.76% from 416); Green value is 180 (70.70% from 255 or 43.27% from 416); Blue value is 29 (11.72% from 255 or 6.97% from 416); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB41D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFB41D is #304BE2. Grayscale: #ABABAB. Windows color (decimal): -3165155 or 1946831. OLE color: 1946831.

HSL color Cylindrical-coordinate representation of color #CFB41D: hue angle of 50.9º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CFB41D is Cyan = 0, Magento = 0.13, Yellow = 0.86 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 180 29 -
CMYK 0 0.13 0.86 0.19
HSL 50.9º 0.75% 0.46% -
HSV(B) 50.9º 0.86% 0.81% -
XYZ 42.28 46 7.81 -
YUV 170.86 47.95 153.78 -
System Red Green Blue C M Y K H S L
Decimal 207 180 29 0 0.13 0.86 0.19 50.9 0.75 0.46
Hex CF B4 1D 0 D 56 13 33 4B 2E
Octal 317 264 35 0 15 126 23 63 113 56
Binary 11001111 10110100 11101 0 1101 1010110 10011 110011 1001011 101110

Color Harmonies of #CFB41D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB41D

Black with #CFB41D

Text Example


Text Example

White with #CFB41D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB41D; }

 p { color: rgb(207,180,29); }

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

background-color css

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

 a { background-color: rgb(207,180,29); }

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

border-color css

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

 span { border-color: rgb(207,180,29); }

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